Connecting Tech Pros Worldwide Help | Site Map

Browser output cutting short in IE

mmarlow@gmail.com
Guest
 
Posts: n/a
#1: Jun 26 '06
Hi all,
I wish I knew if this was even a PHP problem or not! It's probably
Internet Explorer but here goes anyway...
Random pages at random times don't appear correctly in IE6, the HTML is
actually cut short at seemingly random points (it's very random, you
know). It could be at any character on any line. This is usually
displayed simply as a background with no content, but viewing the
source actually shows quite a lot, although sometimes it won't let me
see it at all!
I've tried messing about with cache control and output buffering but
nothing makes a difference.
I have another site built on very similar code but someone else has had
their grubby paws on this one so I'm not sure what might have been done
to it. :o(

Anyone got any bright ideas?

Ta,
Mat

David Haynes
Guest
 
Posts: n/a
#2: Jun 26 '06

re: Browser output cutting short in IE


mmarlow@gmail.com wrote:[color=blue]
> Hi all,
> I wish I knew if this was even a PHP problem or not! It's probably
> Internet Explorer but here goes anyway...
> Random pages at random times don't appear correctly in IE6, the HTML is
> actually cut short at seemingly random points (it's very random, you
> know). It could be at any character on any line. This is usually
> displayed simply as a background with no content, but viewing the
> source actually shows quite a lot, although sometimes it won't let me
> see it at all!
> I've tried messing about with cache control and output buffering but
> nothing makes a difference.
> I have another site built on very similar code but someone else has had
> their grubby paws on this one so I'm not sure what might have been done
> to it. :o(
>
> Anyone got any bright ideas?
>
> Ta,
> Mat
>[/color]
Run it page through an HTML syntax checker. IE6 does not handle bad tags
very well.

-david-

Peter Fox
Guest
 
Posts: n/a
#3: Jun 27 '06

re: Browser output cutting short in IE


Following on from 's message. . .[color=blue]
>Hi all,
>I wish I knew if this was even a PHP problem or not! It's probably
>Internet Explorer but here goes anyway...[/color]
And the other browsers you're testing with?

--
PETER FOX Not the same since the borehole business dried up
peterfox@eminent.demon.co.uk.not.this.bit.no.html
2 Tees Close, Witham, Essex.
Gravity beer in Essex <http://www.eminent.demon.co.uk>
mmarlow@gmail.com
Guest
 
Posts: n/a
#4: Jun 27 '06

re: Browser output cutting short in IE


> And the other browsers you're testing with?

I'm working on a Mac using Safari and Firefox, testing on a PC using IE
and Firefox. The only browser this happens in is IE on the PC.

Thanks,
Mat

mmarlow@gmail.com
Guest
 
Posts: n/a
#5: Jun 27 '06

re: Browser output cutting short in IE


> Run it page through an HTML syntax checker. IE6 does not handle bad tags[color=blue]
> very well.[/color]

Dreamweaver reports no browser check errors or bad HTML in the code
that is output both when the page fails or succeeds.

Thanks,
Mat

David Haynes wrote:[color=blue]
> mmarlow@gmail.com wrote:[color=green]
> > Hi all,
> > I wish I knew if this was even a PHP problem or not! It's probably
> > Internet Explorer but here goes anyway...
> > Random pages at random times don't appear correctly in IE6, the HTML is
> > actually cut short at seemingly random points (it's very random, you
> > know). It could be at any character on any line. This is usually
> > displayed simply as a background with no content, but viewing the
> > source actually shows quite a lot, although sometimes it won't let me
> > see it at all!
> > I've tried messing about with cache control and output buffering but
> > nothing makes a difference.
> > I have another site built on very similar code but someone else has had
> > their grubby paws on this one so I'm not sure what might have been done
> > to it. :o(
> >
> > Anyone got any bright ideas?
> >
> > Ta,
> > Mat
> >[/color]
> Run it page through an HTML syntax checker. IE6 does not handle bad tags
> very well.
>
> -david-[/color]

Erich Pul
Guest
 
Posts: n/a
#6: Jun 27 '06

re: Browser output cutting short in IE


> David Haynes wrote:[color=blue][color=green]
> > mmarlow@gmail.com wrote:[color=darkred]
> > > Hi all,
> > > I wish I knew if this was even a PHP problem or not! It's probably
> > > Internet Explorer but here goes anyway...[/color][/color][/color]

when developing a php-based content management system, i have put great
focus on cross-browser compatibility, but strangely, under IE6+, there
are sometimes problems with tables and spacing etc. which disappear
when reloading the page (sometimes they don't)

i can only suggest trial-and-error since it is somehow connected with
the bandwidth and the speed of page building...

HTH,
Erich

ImOk
Guest
 
Posts: n/a
#7: Jun 28 '06

re: Browser output cutting short in IE


If you have any javascript code, disable it and see if thats the cause.
You may be doing something fancy with Javascript that IE doesnt like.
Especially if you are trying to write js code in to the page.

mmarlow@gmail.com wrote:[color=blue]
> Hi all,
> I wish I knew if this was even a PHP problem or not! It's probably
> Internet Explorer but here goes anyway...
> Random pages at random times don't appear correctly in IE6, the HTML is
> actually cut short at seemingly random points (it's very random, you
> know). It could be at any character on any line. This is usually
> displayed simply as a background with no content, but viewing the
> source actually shows quite a lot, although sometimes it won't let me
> see it at all!
> I've tried messing about with cache control and output buffering but
> nothing makes a difference.
> I have another site built on very similar code but someone else has had
> their grubby paws on this one so I'm not sure what might have been done
> to it. :o(
>
> Anyone got any bright ideas?
>
> Ta,
> Mat[/color]

Ørjan Langbakk
Guest
 
Posts: n/a
#8: Jun 28 '06

re: Browser output cutting short in IE


Den 26.06.2006 23:10, skriblet mmarlow@gmail.com følgende:[color=blue]
> Hi all,
> I wish I knew if this was even a PHP problem or not! It's probably
> Internet Explorer but here goes anyway...
> Random pages at random times don't appear correctly in IE6, the HTML is
> actually cut short at seemingly random points (it's very random, you
> know). It could be at any character on any line. This is usually
> displayed simply as a background with no content, but viewing the
> source actually shows quite a lot, although sometimes it won't let me
> see it at all!
> I've tried messing about with cache control and output buffering but
> nothing makes a difference.
> I have another site built on very similar code but someone else has had
> their grubby paws on this one so I'm not sure what might have been done
> to it. :o(
>
> Anyone got any bright ideas?[/color]

Could it be the Peek-a-boo-bug?
http://www.positioniseverything.net/.../peekaboo.html

Since you're not giving any code or example-pages, I'm just guessing here...

--
mvh
Ørjan Langbakk
http://www.bergenpchjelp.no
http://www.cubic-design.net
Closed Thread