|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: redirect???@#$ |
From: |
Bullschmidt |
Date: |
7/18/2001 2:37:28 AM |
IP: |
64.12.105.162 |
For debugging purposes perhaps do the following:
Response.Write ucase(Request.ServerVariables("HTTP_REFERER"))
And then you can be sure that it is exactly what you thought it would be.
And since you're using a redirect don't forget the following at the top of your page:
<% Option Explicit
Response.Expires = -1000 ' Make browser not cache pg.
Response.Buffer = True ' Buffer content so Response.Redirect will work.
%>
Best regards,
-Paul
Bullschmidt.com - Web Database Developer
http://www.Bullschmidt.com
Bullschmidt Bar Chart - Free ASP Bar Chart Tool
http://www.Bullschmidt.com/BarChart.asp
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|