::Chennai Real Estate
Home
About us
Clients
Other Activities
Services
Feedback
Contact Us
CHENNAI REAL ESTATE™
Quick Search
Buy
Rent
Rental Income
Investment Properties
Service Apartments
Select Property Type
Select Your Choice
To Buy a Property....
To Sell a Property....
To Search a Property for Rent....
To Provide Property for Rent....
Commercial
Residential
Select City
Select
<%set rs =server.createobject("adodb.recordset") rs.open "select distinct city from prop",con Response.Write("city") if not rs.eof then while not rs.eof if request.form("city_loc") <> "" then if rs("city")=request.form("city_loc") then %>
" selected><%=rs("city")%>
<%else%>
"><%=rs("city")%>
<% end if else %>
"><%=rs("city")%>
<% end if rs.movenext wend end if %>
Select Location
Select
<%set rs =server.createobject("adodb.recordset") rs.open "select distinct ploc from prop where city='" & request.form("city_loc") & "'",con Response.Write(request.form("city_loc")) if not rs.eof then while not rs.eof %>
"><%=rs("ploc")%>
<% rs.movenext wend end if %>
Area in Sqft
Below 5000
5,000 to 10,000
10,000 to 15,000
15,000 to 25,000
25,000 to 40,000
40,000 to 60,000
60,000 to 80,000
80,000 to 100,000
1,00,000 to 1,50,000
1,50,000 to 2,00,000
2,00,000 to 5,00,000
5,00,000 to 10,00,000
Above 10,00,000
<% sql1="select * from flashnews" set rs=con.execute(sql1) %>
<% if not rs.eof then while not rs.eof %>
<%=rs(0)%>
<% rs.movenext wend end if %>