<%@LANGUAGE="JAVASCRIPT"%> <% var ContactRS = Server.CreateObject("ADODB.Recordset"); ContactRS.ActiveConnection = MM_hp_STRING; ContactRS.Source = "SELECT * FROM ContactUs"; ContactRS.CursorType = 0; ContactRS.CursorLocation = 2; ContactRS.LockType = 1; ContactRS.Open(); var ContactRS_numRows = 0; %> Hyde Park Bathrooms & Kitchens
  " width="260" height="216">
 

<%=(ContactRS.Fields.Item("Heading").Value)%>

<%=(ContactRS.Fields.Item("Content").Value)%>

Name*
Address
 
 
Post Code
Telephone
E-mail*
Your Message*
 * indicates required
 
     
© Copyright 2007 Hyde Park Bathrooms & Kitchens
<% ContactRS.Close(); %>