473,395 Members | 1,870 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Browser output cutting short in IE

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

Jun 26 '06 #1
7 1473
mm*****@gmail.com wrote:
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

Run it page through an HTML syntax checker. IE6 does not handle bad tags
very well.

-david-

Jun 26 '06 #2
Following on from 's message. . .
Hi all,
I wish I knew if this was even a PHP problem or not! It's probably
Internet Explorer but here goes anyway...

And the other browsers you're testing with?

--
PETER FOX Not the same since the borehole business dried up
pe******@eminent.demon.co.uk.not.this.bit.no.html
2 Tees Close, Witham, Essex.
Gravity beer in Essex <http://www.eminent.demon.co.uk>
Jun 27 '06 #3
> 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

Jun 27 '06 #4
> Run it page through an HTML syntax checker. IE6 does not handle bad tags
very well.
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: mm*****@gmail.com wrote:
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

Run it page through an HTML syntax checker. IE6 does not handle bad tags
very well.

-david-


Jun 27 '06 #5
> David Haynes wrote:
mm*****@gmail.com wrote:
Hi all,
I wish I knew if this was even a PHP problem or not! It's probably
Internet Explorer but here goes anyway...


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

Jun 27 '06 #6
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.

mm*****@gmail.com wrote:
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


Jun 28 '06 #7
Den 26.06.2006 23:10, skriblet mm*****@gmail.com følgende:
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?


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
Jun 28 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Liberal | last post by:
I am looking for the simplest forum, bbs script which has those features? new messages will be displayed only after the administrator reviewed allow users post without signing up display the...
18
by: chris | last post by:
I'd like to initiate a php script using a standard httpd request, but then allow the client browser to disconnect without terminating the script. Freeing up the browser to access other functions...
115
by: J | last post by:
I've run CSSCheck on my style sheets and I always get a warning similar to this: "font: bold 9pt/100% sans-serif Warning: Absolute length units should not generally be used on the Web ..." ...
68
by: Steve | last post by:
Hi There, Prob a simple answer to this (I hope) but I can't quite work it out yet... I have this in a page: <map name="Map"> <area shape="rect" coords="43,68,52,77" href="map.html"...
13
by: David W. Fenton | last post by:
I've been struggling the last two days with something I thought was very easy, which is to open a web page with a form on it and populate the form with data passed in a query string (either POST or...
19
by: Dancefire | last post by:
Hi, everyone It might be a simple question, but I really don't know the answer. char c = '1'; cout << c; The above code will only output a '1' rather than 0x31; If I use int cast, it can...
2
by: Brian Simmons | last post by:
Hi, Long story short: I've got a website built, and we moved it over to the production server, which is an SSL-required (https://...) server. A third party component that I'm using makes use of...
3
by: milestogofromhere | last post by:
I have a page in my application that does the bulk of the work and it looks like what is happening is the output from my code is getting cut off. Taking the HTML source that is generated from my...
6
by: James Dow Allen | last post by:
On May 7, 11:24 pm, sophia <sophia.ag...@gmail.comwrote: Contrary to a suggestion in this thread, the straightforward solution to this puzzle is not of exponential complexity, but rather N^3/3....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.