|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am having trouble with using the histoy command javascript:history.back() in frames. does anyone have any suggestions for how to fix this?
my exact command is: a href="javascript:go(-1)" target="main" |
|
#2
|
|||
|
|||
|
Hi Broberts,
I had a similar problem using frames in Netscape 6, so posted here and was given two alternatives to try. Both worked..here they are give them a try Hope it helps. <FORM><INPUT type=button value=" Back " onClick="history.back();"></FORM> <FORM><INPUT type=button value=" Back " onClick="parent.history.back(); return false;"></FORM> good luck Tony |
![]() |
| Viewing: Dev Shed Forums > Web Design > JavaScript Development > javascript:history.back(1) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|