%@LANGUAGE="VBSCRIPT"%>
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_CharonCart_STRING
Recordset1.Source = "SELECT * FROM Content WHERE ContentID = 7"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
%>
<%
Dim Repeat1__numRows
Dim Repeat1__index
Repeat1__numRows = -1
Repeat1__index = 0
Products_numRows = Products_numRows + Repeat1__numRows
%>
Motorised Electric Curtain Motors from Powercord UK
 |
 |
 |
Powercord.org.uk - electric curtain systems |
|
|
Call 01983 247990 |
|
Contact Us
|
Contact Julia on
+44 (0) 1983 247990
email:powercordcurtains@gmail.com
post:
Powercord Engineering Ltd
Wyatts Lane
Northwood
Isle of Wight PO31-8QA
United Kingdom
|
|
 |
|
|
 |
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>