Firefox, window.onload and the back button????



               

               2.0.0.6 for Windows,Mac,Linux

Question: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(){};



More Questions & Answers...

This article contents is create by this website user, FireFoxAnswer.com doesn't promise its accuracy.