Ask a Question related to ASP, Design and Development.
-
Andrew Cox #1
HTTP Header being displayed at top of HTML
After rebuilding our web server from NT 4.0 IIS 4.0 to Windows 2000
IIS 5.0, I'm constantly getting HTTP Headers posted to the top of the
HTML source (generated from ASP pages of course). This only seems to
happen upon hitting the browser's (IE 6.0) "back" button and not even
100% of the time when hitting the back button. Here's an example of
the source that is generated:
=================================================
FHTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Tue, 21 Oct 2003 15:02:31 GMT
Content-Length: 764
Content-Type: text/html
Cache-control: private
<HTML><BODY TOPMARGIN=0 LEFTMARGIN=0 MARGINHEIGHT=0 MARGINWIDTH=0
BACKGROUND='images/vertborder2.gif'><TABLE BORDER=0 CELLSPACING=0
CELLPADDING=0><TR><TD VALIGN=TOP><FONT NAME=ARIAL
SIZE=-1> <IMG SRC='images/first_off.gif' border=0><IMG
SRC='images/prev_off.gif' border=0><A
HREF=fs_hitlist.asp?sessionid=8E7C50133A0D4914B5BC BE293975B24E&page=2&appcode=ANJ1
target=_parent><IMG SRC='images/next_on.gif' border=0 ALT='Next Page
of Results'></A><A HREF=fs_hitlist.asp?sessionid=8E7C50133A0D4914B5BC BE293975B24E&page=5&appcode=ANJ1
target=_parent><IMG SRC='images/last_on.gif' border=0 ALT='Last Page
of Results'></A> Found 100 documents. Displaying 1 through
20.<BR><IMG SRC='images/horzborder2.gif'
border=0></FONT></TD></TABLE></body></html>
=================================================
I'm generating the pages in a frameset with response.write statements.
In trying to search for the answer, I ran across some suggestions to
use <%response.buffer=true%> at the top of the page, but that didn't
help.
If it helps, I can post one of the ASP pages that generates the HTTP
Header at the top of the page.
Andrew
Andrew Cox Guest
-
Html newsletters displayed in Email
This seems like an easy topic but it is not to be found in these forums. I contantly get emails that display an html page when opened. They are... -
Can datagrid header text displayed more than one rows
Hello every one: I am facing a problem about header text of datagrid. Because some of the header text is long, about 30+ letter, and our cutomers... -
how can i get the http header exactly as sent by UA ?
.... no $_SERVER, $_COOKIE or $_POST stuff, but the string just "as is". please i need to know it. Thanks -- "It's not right. It's not even... -
#10877 [Com]: HTTP 500 Error and the page cannot be displayed
ID: 10877 Comment by: lmagic at net2000 dot com dot au Reported By: timothy_tang_tw at hotmail dot com Status: ... -
In IE 6 only HTML listboxes are displayed
Try asking in an IE group. This group is for programming ASP pages. Ray at work "Daniel" <daniel_krause@web.de> wrote in message... -
Jeff Clark #2
Re: HTTP Header being displayed at top of HTML
I get that a lot too. I thought it was a problem with the site I was using
as my home page.
It looks like an IE prroblem.
After hitting the back button, you get the source of the page rather than
the page rendered properly.
"Andrew Cox" <a7t2fz001@sneakemail.com> wrote in message
news:c40fc812.0310210721.35c6ed27@posting.google.c om...HREF=fs_hitlist.asp?sessionid=8E7C50133A0D4914B5BC BE293975B24E&page=2&appcod> After rebuilding our web server from NT 4.0 IIS 4.0 to Windows 2000
> IIS 5.0, I'm constantly getting HTTP Headers posted to the top of the
> HTML source (generated from ASP pages of course). This only seems to
> happen upon hitting the browser's (IE 6.0) "back" button and not even
> 100% of the time when hitting the back button. Here's an example of
> the source that is generated:
>
> =================================================
> FHTTP/1.1 200 OK
> Server: Microsoft-IIS/5.0
> Date: Tue, 21 Oct 2003 15:02:31 GMT
> Content-Length: 764
> Content-Type: text/html
> Cache-control: private
>
> <HTML><BODY TOPMARGIN=0 LEFTMARGIN=0 MARGINHEIGHT=0 MARGINWIDTH=0
> BACKGROUND='images/vertborder2.gif'><TABLE BORDER=0 CELLSPACING=0
> CELLPADDING=0><TR><TD VALIGN=TOP><FONT NAME=ARIAL
> SIZE=-1> <IMG SRC='images/first_off.gif' border=0><IMG
> SRC='images/prev_off.gif' border=0><A
>
e=ANJ1HREF=fs_hitlist.asp?sessionid=8E7C50133A0D4914B5BC BE293975B24E&page=5&appcod> target=_parent><IMG SRC='images/next_on.gif' border=0 ALT='Next Page
> of Results'></A><A
e=ANJ1> target=_parent><IMG SRC='images/last_on.gif' border=0 ALT='Last Page
> of Results'></A> Found 100 documents. Displaying 1 through
> 20.<BR><IMG SRC='images/horzborder2.gif'
> border=0></FONT></TD></TABLE></body></html>
> =================================================
>
> I'm generating the pages in a frameset with response.write statements.
> In trying to search for the answer, I ran across some suggestions to
> use <%response.buffer=true%> at the top of the page, but that didn't
> help.
>
> If it helps, I can post one of the ASP pages that generates the HTTP
> Header at the top of the page.
>
> Andrew
Jeff Clark Guest



Reply With Quote

