Disabling "BACK"/"FORWARD" buttons 
Author Message
 Disabling "BACK"/"FORWARD" buttons

Hi Everybody,
Who knows how to "catch" user on the specific page
disallowing him to go back. Is it possible to clear history
from the script?
Thanks


Fri, 10 Jun 2005 11:41:03 GMT  
 Disabling "BACK"/"FORWARD" buttons

Quote:
> Hi Everybody,
> Who knows how to "catch" user on the specific page
> disallowing him to go back. Is it possible to clear history
> from the script?
> Thanks

I've used this technique in the past:

if window.history.length > 0 then
window.opener = "me"
window.open location.url, "_blank"
window.close
end if

HTH,
Bob Barrows



Fri, 10 Jun 2005 19:15:47 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. mdb-database with delphi 4

2. Error 104 in TP 6.0

3. Disabling "BACK"/"FORWARD" buttons

4. How to disable the "Back" button

5. Disable "Back" Button

6. Apple Events For Macintosh

7. Heap tracker

8. *"*-.,._,.-*"* I"LL TRADE VISUAL C++ FOR VBASIC *"*-.,_,.-*"*

9. How to forbid "back" button

10. Disable Application Quit ("X") Button

11. Disable "Add button" from toolbar

12. Disable the "Insert" Button

 

 
Powered by phpBB® Forum Software