| Author |
back button on the browser
|
andy nan
Greenhorn
Joined: Aug 28, 2003
Posts: 3
|
|
I would like to know ,by any means is it possible to disallow the user to go to the parent page by clicking on the back button on the browser by Just using HTML and JavaScript Please help Andy
|
 |
sunitha reghu
Ranch Hand
Joined: Dec 12, 2002
Posts: 937
|
|
|
Using js u can disable but users can always rt click mouse and can select the back. So in a broad sense its not practical
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Here is a link, I do not recommend you use this since it is not relaible and not user friendly. http://www10.brinkster.com/A1ien51/basics/backbutton.htm You can also look into document.location.href.replace = "yourlink.htm" Eric
|
 |
 |
|
|
subject: back button on the browser
|
|
|