%@ LANGUAGE = JavaScript %>
<%
// if Customer is not recognised, then re-direct to customer details form
// ***************************************************************************************************
// *************************** Session garbage mod ***************************************************
// CustomerID = Session("CustomerID")
//CustomerID = Request.Cookies("CustomerID")
// ***************************************************************************************************
//
// if we don't know who the customer is, send them to the customer details page.
//
var custID = Request.Cookies("CustomerID");
if ( custID == "" ) {
// Session("custDetailsReferer") = "../prefilestream.asp?prod=" + Request.QueryString("prod") + "&name=" + Request.QueryString("name");
if (String(Request.QueryString("prod")) == "undefined")
Session("custDetailsReferer") = String(Request.ServerVariables("HTTP_REFERER"));
Response.Redirect("../Shop/Customer/customer.asp");
}
//if (CustomerID==0) {
// Response.Redirect("../Shop/customer.asp?form=1")
//}
// Open the DB and create a recordset of products
// Open DB
ICSConnection = Server.CreateObject("ADODB.Connection")
ICSConnection.Open(Session("RefConnection"))
// Define sql query and build recordset
sql = "SELECT ShortName FROM WebProducts ORDER BY ShortName ASC"
RSProductList = ICSConnection.Execute(sql)
%>
Fault Report
|
| |
|
Have a problem with one of our Products? or do you want to suggest an
enhancement? Fill in the details below and send it to us.
Reporting a fault to us in this way is a mechanism for us to build a picture of how our
products are performing. You should still contact your dealer for support, after reading
our online advice.
* Items in bold are required
|
|
|
If you have any enquiries or
comments about our products or this website, please contact
us.
Copyright © 2001 ICS Electronics Ltd.
|
|