Click to See Complete Forum and Search --> : finding the next URL for the browser


MikeL_001
12-10-2003, 04:44 PM
Is there a way to find out where the browser is going next (i.e., the next URL) within the OnUnload function?

fredmv
12-10-2003, 04:58 PM
Nope. You can't read any history entries of the browser from the history object for several security and privacy reasons. The only thing you can do to interact with the history is by using the go method of the history object to navigate back and forward through history entires.