<% q="select * from data where 1=1 " if request("Hotel name") <> "" then q=q & " and [hotel name]='" & request("hotel name") &"' " end if if request("city")<> "" then q=q & " and city='" & request("city") &"' " end if if request("state")<> "" then q=q & " and state='" & request("state") &"' " end if if request("category")<> "" then q=q & " and category='" & request("category") &"' " end if set rs=conn.execute(q) %> indiaholidayplan.com, Kerala, Agra, Rajasthan, Goa, Varanasi, Khajuraho, Ajanta Ellora, Khajuraho
 
<%'%>

Search Results

<% if not rs.eof then%>
<% i=0 while not rs.eof if i mod 2 =0 then color="fde8f5" else color="d3ddfe" end if %> > <% i=i+1 rs.movenext wend %>
Hotel Name
State
City
Details
<%=rs("hotel name")%> <%=rs("state")%> <%=rs("city")%> >More Details..
<% else %>

Sorry, No Results Found...

<% end if %>

<%'%>