<%@LANGUAGE="VBSCRIPT"%> <% set Rs1 = Server.CreateObject("ADODB.Recordset") Rs1.ActiveConnection = MM_afs_STRING Rs1.Source = "SELECT * FROM tblProducts ORDER BY SalesPrice DESC" Rs1.CursorType = 0 Rs1.CursorLocation = 2 Rs1.LockType = 3 Rs1.Open() Rs1_numRows = 0 %> American Ford Sales

To contact us please complete the following form - providing as much information as possible

Your Name: 
Your Address:
Post Code:
 Your Telephone:
 
 Your Email Address
 

Please contact me asap 
Additional information

 
 

© Copyright 2000-2004 American Ford Sales

Website design by Imagemaker

 

<% Rs1.Close() %>