%@LANGUAGE="VBSCRIPT" CODEPAGE="1250"%>
<%
Option Explicit
Response.Buffer = True
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 2
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "No-Store"
If Session("blnSuccess") <> True OR Session("blnSuccess") = NULL Then
Response.Redirect("../")
Response.End()
End If
%>
|
|
|
|
|
|
|
|
| Catalogue
of Cigarettes |
|
|
|
|
|
|
|
|
|
|
|
Thank you for using our services
Your order have been placed, it will be approved in 48 hours, and it will be shipped as soon as possible, regulary in 2 weeks.
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%
Session("blnSuccess") = False
%>