
May 26th, 2001, 03:39 PM
|
|
Contributing User
|
|
Join Date: May 2001
Posts: 55
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
javascript history function
I'm trying to setup a webpage with two frames, a top and a bottom. The top frame has an image that has the IE forward and back bottons saved as images. The bottom can be whatever. The standard IE toolbar will be replaced by my version of it in the topframe.
I am using the javascript:history.go(-1) function for the back button and am targeting the bottom frame. The problem I am having is that, I believe the history back bottun is only looking at the history of the top frame. I want it to look at the history of the bottom frame history so that if a user clicks on the back button on the top frame, it will load the previous url from the bottom frame.
How can I get this to work?
|