CrystalVis
Technical User
I create a simple default.htm page to call up an ASP page that contains the report information. When the page loads, I click the link and receive this error message:
'Response object error 'ASP 0156 : 80004005'
Header Error
/SimpleSetLogOnInfo/SimpleSetLogonInfo.asp, line 4
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.'
Here is the code in the default.htm page
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR></HEAD>
<BODY>
<P><a href="SimpleSetLogonInfo.asp">Simple Set Logon Info!!</a></P>
</BODY></HTML>
Can you please tell me what is the error message means and how to go about fix it. Your input is greatly appreciated.
TIA
'Response object error 'ASP 0156 : 80004005'
Header Error
/SimpleSetLogOnInfo/SimpleSetLogonInfo.asp, line 4
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.'
Here is the code in the default.htm page
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR></HEAD>
<BODY>
<P><a href="SimpleSetLogonInfo.asp">Simple Set Logon Info!!</a></P>
</BODY></HTML>
Can you please tell me what is the error message means and how to go about fix it. Your input is greatly appreciated.
TIA