walshj@isiscpt.co.za (Justin) wrote:
[color=blue]
>Hi,
>
>I have a simple frameset defined:
>[/color]
<snip />[color=blue]
>
>When I do the following:
>
>Click 'next' in the first frame.
>Click 'next' in the second frame.
>Click 'back' in the first frame.
>
>.... the frame that is moved back is the second frame (last one that I
>navigated with) and NOT the first as expected.
>From what I can gather from the manuals/references, the code:
>top.frames[0].history.back();
>should ONLY affect the first (zero index) frame. Why is it affecting
>the other frame?
>There doesn't seem to be a per frame history, but rather a global
>history and the frame specifier is ignored.[/color]
That seems to be the logical conclusion.
<URL:
http://msdn.microsoft.com/workshop/a...thods/back.asp
/>
states that the back() method performs the same action as a user
clicking the Back button in the browser. The browser -- IE anyways --
only has one history.
Regards,
Steve