baiwan Posted April 27, 2007 Share Posted April 27, 2007 Hi I have a little JS that uses a function triggered by window.onload=oneload; to contact the the server as a user leaves the page. On my computer testing with Opera, IE6 and Firefox 1.5.0.11, everything works OK. On a live website with real users, only around 60% of times is it triggered. Is this to do with toolbar usage and pop-up blockers? Any other suggestions? Thanks! Quote Link to comment Share on other sites More sharing options...
mainewoods Posted April 29, 2007 Share Posted April 29, 2007 window.onload=oneload; does 'oneload' above contain code to pop up a window? If so a pop up blocker would definitely block that type of pop up. Quote Link to comment 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.