robert_gsfame Posted March 22, 2012 Share Posted March 22, 2012 I got problem with one of my php page. Mozilla browser keeps on loading although it shows the page, i am not really sure which part is wrong. But i don't find any problem with other browsers lol. Can anyone help me please thx in advance Quote Link to comment https://forums.phpfreaks.com/topic/259483-browser-keeps-loading/ Share on other sites More sharing options...
Drongo_III Posted March 22, 2012 Share Posted March 22, 2012 can't really see how this would be a php issue (though i could be wrong). Is there any javascript on the page in question? Want to post the code for the page? Quote Link to comment https://forums.phpfreaks.com/topic/259483-browser-keeps-loading/#findComment-1330158 Share on other sites More sharing options...
AyKay47 Posted March 22, 2012 Share Posted March 22, 2012 Probably some kind of recurring loop issue. Post the code. Quote Link to comment https://forums.phpfreaks.com/topic/259483-browser-keeps-loading/#findComment-1330162 Share on other sites More sharing options...
Adam Posted March 22, 2012 Share Posted March 22, 2012 Open up Chrome's debugging tools and switch to the Network tab. Reload the page and watch the timelime - that should highlight any resources that could be causing the page to hang. If not, are you outputting a document.write() JavaScript function anywhere? Quote Link to comment https://forums.phpfreaks.com/topic/259483-browser-keeps-loading/#findComment-1330169 Share on other sites More sharing options...
robert_gsfame Posted March 22, 2012 Author Share Posted March 22, 2012 no loop problem cause everything goes well in other browsers except for mozilla. i didn't use document.write() but i have some javascript inside the page. Quote Link to comment https://forums.phpfreaks.com/topic/259483-browser-keeps-loading/#findComment-1330170 Share on other sites More sharing options...
robert_gsfame Posted March 22, 2012 Author Share Posted March 22, 2012 then just for info. I can run that page smoothly in my localhost.. Quote Link to comment https://forums.phpfreaks.com/topic/259483-browser-keeps-loading/#findComment-1330172 Share on other sites More sharing options...
scootstah Posted March 22, 2012 Share Posted March 22, 2012 Just because it works in other browsers doesn't mean anything. Other browsers may handle infinite loops differently than mozilla. Since it only happens with Mozilla, download the Firebug addon and use the Net tab to do what Adam said. Quote Link to comment https://forums.phpfreaks.com/topic/259483-browser-keeps-loading/#findComment-1330176 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.