Click to See Complete Forum and Search --> : how do I make a function call when the browsers "back" button is hit?


pontificator
12-19-2002, 04:41 PM
I have a web page that uses frames. When you use the native nav bar it is set up to change pictures in other frames when the nav button is clicked. I want certain pictures to always display with certain pages, and my page does this as long as you don't use the browsers "back" button (or "forward" for that matter). How do I force a function call when the browsers "back"/"forward" buttons are hit?

Thanks.

khalidali63
12-19-2002, 04:55 PM
Try using
following event call

window.onUload()

Khalid