<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim Recordset1__MMColParam Recordset1__MMColParam = "1" If (Request.QueryString("PropretyID") <> "") Then Recordset1__MMColParam = Request.QueryString("PropretyID") End If %> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_Able_STRING Recordset1.Source = "SELECT * FROM Properties WHERE PropretyID = " + Replace(Recordset1__MMColParam, "'", "''") + "" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> Able2Let - property management and lettings in Basingstoke
able 2 let
 
 
 
 


Home Page Properties Landlords Tenants Rent Abroad Contact Us
   
     
 
£<%=(Recordset1.Fields.Item("PmPrice").Value)%> per month      | Bedrooms : <%=(Recordset1.Fields.Item("Rooms").Value)%>      | <%=(Recordset1.Fields.Item("furnished").Value)%>    
       

<%=(Recordset1.Fields.Item("Place").Value)%>

<% Dim MyText MyText = Recordset1.Fields.Item("Description").Value MyText =Replace(MyText,vbcrlf,"
") Response.write MyText %>
 


 
" name="large" width="220" height="165" border="0" align="middle" class="pic">
     
')">Arrange to view this property
     
 
 
   
<% Recordset1.Close() Set Recordset1 = Nothing %>