|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2006-05-17 02:00 UTC] vincent at delau dot nl
Description: ------------ While visiting http://talks.php.net/show/acc_php/24, it told me: "Please use a browser that works" without any further explaination. I've got two points: - Why is my browser "not working"? - Why is there not a complete explaination of the problem and (pointers to) a solution. What is 'a browser that works'? Reproduce code: --------------- I'm using IE7 beta 2 for my day to day browsing at the moment. Fortunately, Firefox is also installed for cross-browser checking of websites. Expected result: ---------------- Normal display of requested page or a helpfull error message explaining why this is happening and how to solve the problem. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 20 01:00:01 2025 UTC |
Maybe this is the problem that needs to be fixed: Line 17&18 of the outputted HTML: document.cookie="dims="+winW+"_"+winH; location.reload(false); These lines could/should be removed. The document.cookie is only set, never retrieved as far as I can tell. It is never used again in the HTML or the JavaScript anyway. The location.reload() doesn't seem to have a real function either. Maybe it was used to update the cookie? Is there a reference to the cookie in PHP? Tested in IE7b2, and Firefox 1.5.0.3 from local HTML files.