<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% if request.querystring("Del") = "t" then %> <% end if %>

The enquiry list function will not work if you have Cookies disabled on your web browser.

Send my enquiry list

The following reference numbers have been added to your enquiry list:

<% dim t dim z dim y z = 1 y = false t = request.QueryString("ID") while z < 99 and y <> true if Request.Cookies("EnquiryList") ("id"& z) = "" then y = true else z = z + 1 end if wend response.Cookies("EnquiryList").expires = date() + 5 Response.Cookies("EnquiryList") ("id" & z) = t %> <% dim i dim sale dim sql for i = 1 to z if request.Cookies("EnquiryList") ("id" & i) <> "" then sql = "SELECT * FROM Houses where ID like '" & request.Cookies("EnquiryList") ("id" & i) &"'" Set sale = Server.CreateObject("ADODB.Recordset") sale.Open sql, objConn %>
">" alt="" name="cc" width="120" height="80" border="0" id="cc" />
 €<%=(sale.Fields.Item("Price").Value)%>
<%=(sale.Fields.Item("Area").Value)%> 
<%=(sale.Fields.Item("Tdescription").Value)%> 
Updated:    <%=(sale.Fields.Item("Updated").Value)%>
<% Sale.Close() Set Sale = Nothing end if %> <% next %>
Delete my enquiry list
<% if request.QueryString("Del") = "t" then Response.cookies("EnquiryList") = "" end if %> <% objConn.Close() Set objConn = Nothing %>