|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
redirect???@#$ |
From: |
surfelport |
Date: |
7/17/2001 8:04:06 PM |
IP: |
209.76.167.250 |
I am dying trying to get this script to work. I am attempting to redirect users who do not enter through my password protection.....I am saving the page of protection as .asp ....any help would be appreciated.
<%
WhereFrom = ucase(Request.ServerVariables("HTTP_REFERER"))
If WhereFrom =
"HTTP://WWW.MYPROTECTSCRIPT.COM/BEFOREANDAFTER/ADULTCHECK.ASP"
Then
Session("EntryOK") = "Yes"
else
Session("EntryOK") = "No"
Response.Redirect("http://www.yourdomainname.com/subdirectory/filenotfo
undpage.asp")
end if
%> |
Follow Up - Re: redirect???@#$ - Bullschmidt 7/18/2001 2:37:28 AM
Follow Up - Re: redirect???@#$ - David Beal 7/20/2001 3:36:58 PM
|
|
|
|
|
|
|
|
|
|
|
|