|
|
|
|
|
| | |
| |
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: redirect???@#$ |
|
From: |
David Beal |
|
Date: |
7/20/2001 3:36:58 PM |
|
IP: |
64.162.117.152 |
Hi,
It has been my experience that on some systems and browsers it is necessary to create some sort of dummy page or the redirect can get lost. So I always add
response.write "<HTML><BODY></BODY></HTML>"
before the redirect line also you should always add;
response.end
directly after the redirect. MSIE will often continue processing the page afterward and that can cause problems.
David |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|