F
Flyzone
Hello, I have a page defined like this:
<html>
<frameset>
<frame src="./topone.pl">
<frameset>
<frame src="./frame1.pl">
<frame src="./frame2.pl">
</frameset>
</frameset>
</html>
Then I click in one link in the first page and the mainpage, frame1
and frame2 change the page show.
The problem is that when pressing the "back" action, just the frame2
change, than I need to press other two times the "back" to arrive in
the original page/frames.
Does exist a back action (-3)? I tried the code:
window.onback = history.back(-3);
without success (FF e IE7)
Any help will be appreciate
Thanks in advance
<html>
<frameset>
<frame src="./topone.pl">
<frameset>
<frame src="./frame1.pl">
<frame src="./frame2.pl">
</frameset>
</frameset>
</html>
Then I click in one link in the first page and the mainpage, frame1
and frame2 change the page show.
The problem is that when pressing the "back" action, just the frame2
change, than I need to press other two times the "back" to arrive in
the original page/frames.
Does exist a back action (-3)? I tried the code:
window.onback = history.back(-3);
without success (FF e IE7)
Any help will be appreciate
Thanks in advance