% ' Redirect sname = Request.ServerVariables("SERVER_NAME") sname = lcase(sname) if (InStr(sname,"yourpagemaker") > 0 or InStr(sname,"216.119.73.229") > 0) then response.redirect "http://www.yourpagemaker.com/home/" end if if InStr(sname,"fmskatium") > 0 then response.redirect "http://www.yourpagemaker.com/fmskatium/" end if if InStr(sname,"fmphantoms") > 0 then response.redirect "http://www.yourpagemaker.com/fmphantoms/" end if 'Cookies -------------------------- index_cookie=request.Cookies("index") ignore=request.Cookies("ignore") If index_cookie="" And ignore="" Then response.Cookies("index")="1" response.Cookies("index").Expires = date + 1 End If 'Find out if cookie contains ipcode ---------------------------------------- ipcode=request.Cookies("ipcode") %>
|
100%
Cotton |
|
100%
Quality Service Guarantee |
||
|
<%
'Find out if the customer has an existing Cart? ---------------------------------------
'file_url="d:\inetpub\yourpagemaker\cart\cart"&ipcode&".txt"
'Set objTS=Server.CreateObject("Scripting.FileSystemObject")
'If objTS.FileExists(file_url)="True" Then
%>
|
|
||||||||||||