|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
If I use this link;
<a href="#" onClick="history.back(-1)">df</a> the browser some times step two step backwards. I suppose it has whith the # to do. What do I do to prevent this double back? |
|
#2
|
|||
|
|||
|
Edit your javascript to
<a href="#" onClick="history.back(1)">df</a> Good luck. ![]() |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > history.back problems |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|