%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
<%
var Recordset1__MMColParam = "1";
if (String(Request.QueryString("SKU")) != "undefined" &&
String(Request.QueryString("SKU")) != "") {
Recordset1__MMColParam = String(Request.QueryString("SKU"));
}
%>
<%
var Recordset1 = Server.CreateObject("ADODB.Recordset");
Recordset1.ActiveConnection = MM_QuintResults_STRING;
Recordset1.Source = "SELECT * FROM Products WHERE SKU = "+ Recordset1__MMColParam.replace(/'/g, "''") + "";
Recordset1.CursorType = 0;
Recordset1.CursorLocation = 2;
Recordset1.LockType = 1;
Recordset1.Open();
var Recordset1_numRows = 0;
%>
Untitled Document
|
| |
QUINTESSENCE
BOOKS UK
Publishers
of professional dental journals, books and multimedia
|
|
|
| <%=(Recordset1.Fields.Item("Product_Description").Value)%> |
<% if ((Recordset1.Fields.Item("Photograph").Value) == ('1')) { // script %>
.jpg" alt="Cover">
<% } else { %>
<%
}// if ((Recordset1.Fields.Item("Photograph").Value) == (Yes)) script %> |
<%=(Recordset1.Fields.Item("Comments").Value)%> |
Price:
£<%=(Recordset1.Fields.Item("Price").Value)%> |
|
|
|
|
|
<%
Recordset1.Close();
%>