<%@LANGUAGE="VBSCRIPT"%> <% Dim rs_details__MMColParam rs_details__MMColParam = "1" if (Request.QueryString("ID") <> "") then rs_details__MMColParam = Request.QueryString("ID") %> <% set rs_details = Server.CreateObject("ADODB.Recordset") rs_details.ActiveConnection = MM_connCapRes_STRING rs_details.Source = "SELECT * FROM Property_Details WHERE ID = " + Replace(rs_details__MMColParam, "'", "''") + "" rs_details.CursorType = 0 rs_details.CursorLocation = 2 rs_details.LockType = 3 rs_details.Open() rs_details_numRows = 0 %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" MM_keepURL="":MM_keepForm="":MM_keepBoth="":MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each Item In Request.QueryString NextItem = "&" & Item & "=" If (InStr(1,MM_removeList,NextItem,1) = 0) Then MM_keepURL = MM_keepURL & NextItem & Server.URLencode(Request.QueryString(Item)) End If Next ' add the Form variables to the MM_keepForm string For Each Item In Request.Form NextItem = "&" & Item & "=" If (InStr(1,MM_removeList,NextItem,1) = 0) Then MM_keepForm = MM_keepForm & NextItem & Server.URLencode(Request.Form(Item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm if (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) if (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) if (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> 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
<!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> <% Dim MM_paramName %>

Property Details
Back to property details

<%=(rs_details.Fields.Item("Property_Town_or_Area").Value)%>, <%=(rs_details.Fields.Item("Property_County").Value)%>, <%=(rs_details.Fields.Item("Property_Postcode_or_Zip").Value)%>
£<%=(rs_details.Fields.Item("Property_Price").Value)%> <%=(rs_details.Fields.Item("Number_of_Bedrooms").Value)%> bedroom(s) <%=(rs_details.Fields.Item("Property_Style").Value)%>

Property ID: CR<%=(rs_details.Fields.Item("PID").Value)%>
All fields are required.

First Name

Last Name

E-Mail

Telephone - Daytime (please include your area code)

Home Postcode


Yes, I have a Property to sell

Yes, I require a mortgage
"> ">
AsOne new media Home | Our Services | Mortgages | Edit Your Listing
Contact Capital Residence

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