%@LANGUAGE="JAVASCRIPT"%>
<%
var Retailers = Server.CreateObject("ADODB.Recordset");
Retailers.ActiveConnection = MM_Sofa_STRING;
Retailers.Source = "SELECT * FROM Retailers";
Retailers.CursorType = 0;
Retailers.CursorLocation = 2;
Retailers.LockType = 3;
Retailers.Open();
var Retailers_numRows = 0;
%>
Untitled Document
|
|

|
PRODUCT
INFORMATION
Here
we have gathered information on home entertainment products
and provided ways to make selection and purchasing those products
as easy and least confusing as possible. You can compare the
features and retail prices of different models, use scorecards
to help build a product shortlist, or read quick guides on features
and facilities to guide you through the process.
|
|
| |
|
|
|
<%
Retailers.Close();
%>