|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Response.Redirect header problem ??? |
From: |
piwi |
Date: |
8/3/2000 7:55:18 AM |
IP: |
193.154.227.2 |
The problem is that you have written something
including <http>, <head> or <title> before
you redirect.
there is no problem with asp code
e.g
<%if request("gotodb") = "yes" then
response.redirect("db.asp")
end if
%>
if you write this first of all html-statements
the error wont ocurre again. |
Previous Message
Follow Up - Re: Response.Redirect header problem ??? - sridhar konkala 8/28/2000 3:23:19 PM
|
|
|
|
|
|
|
|
|
|
|
|