freelance84 Posted July 21, 2010 Share Posted July 21, 2010 The site i have nearly finished generates each page via php. Everything works spot on in every browser... except ie6. For some reason, every time ie6 tries to load a page, when it says done it is showing a blank page. When i then press refresh it will then show the content. Having searched around for a bit, google hasn't really shown me much to go on and i found a thread with similar problems on here: http://www.phpfreaks.com/forums/index.php/topic,261382.msg1230680.html#msg1230680 I'm sure this must be standard type of problem but i guess i'm just searching/asking the wrong questions. All my pages doc types: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> One result from google suggested messing around with the program settings. However ie6 loads other websites fine: http://www.atforumz.com/showthread.php?t=284138 A lot of people on google searches say that ie6 is just buggy...etc. But again:ie6 loads other websites fine Any help here would be very much appreciated Quote Link to comment https://forums.phpfreaks.com/topic/208469-ie6-says-done-but-blank-page/ Share on other sites More sharing options...
sKunKbad Posted July 22, 2010 Share Posted July 22, 2010 Is the source code showing anything? My first thought was that you might be serving a stylesheet using php, or some other content that is gzip compressed (which IE6 doesn't like) Quote Link to comment https://forums.phpfreaks.com/topic/208469-ie6-says-done-but-blank-page/#findComment-1089416 Share on other sites More sharing options...
freelance84 Posted July 22, 2010 Author Share Posted July 22, 2010 Hey, Sorry I didn't see your reply till now. The fault existed on a slower internet connection (a usb dongle). I can't check to see if the source was being produced until this evening again. I've just checked to see if the fault still exists at my office computer in ie6. It doesn't. The differences there are: Office comp has 6mb broadband connection against .5mb broadband connection on the dongle Both comps have the same volume licence of XP and the same version (exactly) of ie6. I could put some meta refresh tags in the header but there are pages in the site where this would cause constant annoyances and problems. Quote Link to comment https://forums.phpfreaks.com/topic/208469-ie6-says-done-but-blank-page/#findComment-1089542 Share on other sites More sharing options...
freelance84 Posted July 22, 2010 Author Share Posted July 22, 2010 OK having tested for the fault again on the slower internet connection: When I click view source in ie6 I get nothing. Another thing I have noticed is that the address in the url doesn't change either. This evening the speed of the dongle was exceptionally slow so i tested for the same fault in ff, and it did indeed occur there. Its as if the browser clears the page ready for the new page, nothing is returned from the server and after a short while the browser thinks it has everything but nothing shows. I've noticed that sometimes on this site when using the dongle i get a message saying "invalid response". I'm geussing that this message is in place of a blank page? Quote Link to comment https://forums.phpfreaks.com/topic/208469-ie6-says-done-but-blank-page/#findComment-1089830 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.