I have window.onload event and it does not work when I hit the back button or forward button to come back to the page. Any suggestion!!!
Answers:
Defining a window.onunload event doing nothing and you will see that the problem is solved. Here is the code
window.onunload = function(){};
Firefox, window.onload and the back button????
This article contents is create by this website user, FireFoxAnswer.com doesn't promise its accuracy.