|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Header Error
<i><b>Originally posted by : wils (wils_345@hotmail.com)</b></i><br />I am trying to redirect a page to another after doing the following comparison<br /><br />If RandomTest = strRandom then<br /> <br />Response.Redirect "SubmitFail.htm"<br /><br />end if<br /><br />I get the following message<br />---------------------------------------------<br /><br />Response object error 'ASP 0156 : 80004005' <br /><br />Header Error <br /><br />/cfprojects/Merit3/DWSubmit2.asp, line 311 <br /><br />The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content. <br /><br />If any one knows how to get round this I'd love to know.<br /><br />Thanks<br /><br />Wils<br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : nsela (nsela@home.com)</b></i><br />This happens because you have already written something to the page. The response.redirect event can only be executed before anything is written to the page.<br /><br />Noam Sela<br /><br /><br />------------<br />wils at 9/5/2000 10:18:28 AM<br /><br />I am trying to redirect a page to another after doing the following comparison<br /><br />If RandomTest = strRandom then<br /> <br />Response.Redirect "SubmitFail.htm"<br /><br />end if<br /><br />I get the following message<br />---------------------------------------------<br /><br />Response object error 'ASP 0156 : 80004005' <br /><br />Header Error <br /><br />/cfprojects/Merit3/DWSubmit2.asp, line 311 <br /><br />The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content. <br /><br />If any one knows how to get round this I'd love to know.<br /><br />Thanks<br /><br />Wils<br /><br />
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Header Error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|