<%@LANGUAGE="VBSCRIPT"%> <% Dim myconnection__strUserID myconnection__strUserID = "x" if (Request.Form("UserID") <> "") then myconnection__strUserID = Request.Form("UserID") %> <% Dim myconnection__strPassword myconnection__strPassword = "1" if (Request.Form("Password") <> "") then myconnection__strPassword = Request.Form("Password") %> <% set myconnection = Server.CreateObject("ADODB.Recordset") myconnection.ActiveConnection = MM_connCapRes_STRING myconnection.Source = "SELECT * FROM Property_Details WHERE xUserName = '" + Replace(myconnection__strUserID, "'", "''") + "' AND Password = '" + Replace(myconnection__strPassword, "'", "''") + "'" myconnection.CursorType = 0 myconnection.CursorLocation = 2 myconnection.LockType = 3 myconnection.Open() myconnection_numRows = 0 %> <% If myconnection__strUserID <> "x" Then If Not myconnection.EOF Then Session("svUser")=myconnection.Fields.Item("xUserName").Value Session("svPass")=myconnection.Fields.Item("Password").Value Session("svAccess")=myconnection.Fields.Item("ID").Value Response.Redirect "edit_yout_listing_ok.asp" else Response.Redirect "login_failed.asp" End If End If %> Capital Residence | Commission Free Property Sales| Sell my home with Capital Residence
Capital Residence - Property Sales and Letting - Sell Your House Privately
Capital Residence Capital Residence - Property Sales and Letting
Commission Free Property Sales
Sell My Home with Capital Residence
homeour servicesmortgagesedit_your_listingcontact us

The details you gave were not recognised.
Please try again or contact support@capital-residence.com

Username

Password




AsOne new media Home | Our Services | Mortgages | Edit Your Listing
Contact Capital Residence

Terms & Conditions | Privacy Policy | Site Map
<% myconnection.Close() %>