Forum Moderators: open

Message Too Old, No Replies

IE says done, but with blank page

         

d40sithui

6:10 pm on Feb 6, 2008 (gmt 0)

10+ Year Member



hi all,
Has anyone experienced this problem? On one of my pages, an order form and upon entering "shipping information" and hitting "submit" users would sometime get a blank page but with "done" as the status on the bottom left corner in IE. Only a few users complained of this. I have no problems on my computer (IE7, FireFox, netscape) and several other computers (IE6, ie7, ff, netscape). The thing is only a select few users have this problem, so I made the assumption that its not a programming error. My page uses PHP, MySQL, some JS, and some AJAX. Any help would be apreciated.

-khanh

d40sithui

4:51 pm on Feb 7, 2008 (gmt 0)

10+ Year Member



ok so noone answered my thread cuz well, it really doesnt make sense. it turns out, it was my fault. im an idiot. the code that checks for a variable has many "or" conditions in it. when the first one does check out, it returns true and thatll be the end of it and php will skip all other conditions, but thats where the error lies. conditions that proceed the first when parsed is what caused the "blank page" since my webserver does not print out errors, it returns a blank page. blah.

tedster

6:24 pm on Feb 7, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Glad you resolved it and let us know what created the "sometimes" problem. Those can be a bear to fix. Maybe someone with a similar problem will find this thread and your post will kickstart their thinking.

geminizin

11:52 pm on Apr 20, 2008 (gmt 0)

10+ Year Member



If that's the problem, it is on the server side. Why is it browser dependent then (only in IE)?

Thanks.