javascript onload event not executed if BACK is pressed
I have a onLoad event execution in my page. This page has several links. Now I clicked some link then click 'Back' button to come back to my main page. This time current time is NOT alerted. This works in IE but not in FireFox. Back button or coming back to page thru history is not executing the javascript in onLoad. Is there any way to re-call onLoad event in Browsers other than IE. Related Articles |
SearchFor Sense of Well BeingSpecialsOffice PoliticsNew HypothesisMost Viewedtags in TagBrowse archivesSubscribe |
Hi,
Here is a solution for onLoad event executed when back button is pressed.Click here