Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: AVOID ACCESSING A WEB APPLICATION IN REVERSE MANNER


Message #1 by =?iso-8859-1?q?R=20Kumar?= <aptrb2003@y...> on Sat, 22 Feb 2003 06:31:51 +0000 (GMT)
The way we do it is that our first page is nothing but an autostart page
that pops up our app in a separate window, then kicks the user back to where
he was.  Since you have full control over that window, you can hide the
toolbar with the back button.  You can also prevent the right click menu
from coming up(IE 5+, dunno about NN) by trapping onmousedown and trap the
F-keys with onkeydown.

This is pretty idiot proof but not proof against somebody who is just plain
DETERMINED to screw himself up.  That I don't think can be done.

-Roy

-----Original Message-----
From: R Kumar [mailto:aptrb2003@y...]
Sent: Friday, February 21, 2003 10:32 PM
To: javascript
Subject: [javascript] AVOID ACCESSING A WEB APPLICATION IN REVERSE
MANNER



HELLO,

                I want to know as to how to prevent the user from accessing
an web application in reverse order through the use of "BACK" BUTTON  on the
menu.



thanks in advance



ritesh



Catch all the cricket action. Download Yahoo! Score tracker




  Return to Index