<% Server.ScriptTimeout = 100 varProductIDNumber = request.querystring("ProductID") 'response.write varProductIDNumber %> <% sDOMAIN = Request.ServerVariables("SERVER_NAME") aParts = Split(sDOMAIN, ".") sDOMAINSUFFIX = aParts(UBound(aParts)) IF sDOMAINSUFFIX = "com" THEN sPATH = Request.ServerVariables("URL") sQUERY = Request.ServerVariables("QUERY_STRING") If sQUERY = "" Then rURL = "http://www.spanglecat.co.uk" & sPATH Response.Status = "301 Moved Permanently" Response.AddHeader "Location", rURL Response.End ELSE rURL = "http://www.spanglecat.co.uk" & sPATH & "?" & sQUERY Response.Status = "301 Moved Permanently" Response.AddHeader "Location", rURL Response.End END IF ELSE END IF %> Spanglecat Special Offers
 

SPECIAL OFFERS

About Us

Shop

Contact Us

Home

   Check Out  Basket

 

Buy With Confidence
using our Secure Servers
with 128 BIT encryption.

Here are a few selected Special Offers...
for more info & to buy click on the image.
<% strSQL = "SELECT * FROM Products WHERE SpecialOffer = True " Set objRS = Server.CreateObject("ADODB.RecordSet") objRS.Open strSQL, objConn 'response.write strSQL IF objRS.EOF = "True" THEN Response.write "

Sorry no more products available

" ELSE END IF %>

<% response.write "" objRS.MoveFirst Do While NOT objRS.EOF response.write "" IntCount = IntCount+1 if IntCount=3 Then Response.Write "" IntCount = 0 End If %> <% objRS.MoveNext Loop objRS.Close Set objRS=nothing ObjConn.close ' CLOSE THE IMAGE FUNCTION '========================= Set fso = nothing %>
" 'PUT TABLE RESULTS HERE %>

<%=objRS("Description")%> ">
a.jpg" width="131" border="0" alt="<%=objRS("Description")%>">


Normally £<%=objRS("CostPrice")%>
Now Only £<%=objRS("SpecialPrice")%>

<% response.write "