%@LANGUAGE="VBSCRIPT"%>
<%
Dim rsMoreInfo__MMColParam
rsMoreInfo__MMColParam = "1"
If (Request.QueryString("ID") <> "") Then
rsMoreInfo__MMColParam = Request.QueryString("ID")
End If
%>
<%
Dim rsMoreInfo
Dim rsMoreInfo_numRows
Set rsMoreInfo = Server.CreateObject("ADODB.Recordset")
rsMoreInfo.ActiveConnection = MM_cars_STRING
rsMoreInfo.Source = "SELECT * FROM dbo.UsedCars WHERE ID = " + Replace(rsMoreInfo__MMColParam, "'", "''") + ""
rsMoreInfo.CursorType = 0
rsMoreInfo.CursorLocation = 2
rsMoreInfo.LockType = 1
rsMoreInfo.Open()
rsMoreInfo_numRows = 0
%>
<%
Dim Repeat1__numRows
Dim Repeat1__index
Repeat1__numRows = -1
Repeat1__index = 0
rsCarSets_numRows = rsCarSets_numRows + Repeat1__numRows
%>
Find our Showroom Chariots of Romford Essex
Used cars for sale in
Romford, Essex
01708 755155
CHARIOTS are located at 179-181 London Road, Romford, Essex RM7 9DD.
The nearest Station is Romford from which we are 10-15 minutes walk.
The 86 bus stops outside our door.
179-181 London Rd
Romford, Essex
RM7 9DD UK
Tel: 01708 755155
Fax: 01708 780653
Chariots of Romford 179-181 London Road, Romford RM7 9DD 01708 755155
<%
rsMoreInfo.Close()
Set rsMoreInfo = Nothing
%>