Click to See Complete Forum and Search --> : Back and Forward buttons


twkliu
10-13-2003, 11:59 AM
Is there any way that I can know when user clicks the Back or Forward button in IE?

Any event handler or property that I can use or check?

Thanks a lot for any info.

gil davis
10-13-2003, 12:14 PM
The only events you get are onUnload and onBeforeUnload, which you will get each time the browser loads a page by any means including someone typing a URL into the Address bar. You cannot tell the difference.