
fashimpaur
User
/ Moderator
May 29, 2002, 7:02 AM
Post #4 of 4
(330 views)
|
|
Re: [microwebber] Back button causing havoc
[In reply to]
|
Can't Post
|
|
No. The Back button is equivalent to a History.back event. The Backspace key, when the cursor is not in a text type input box, sends a History.back event to the browser. The only way to stop the use of the back button is to intially open your application in a new browser window with none of the menus displayed. This, in conjunction with the capture of the Backspace keypress (oops and also the Alt + <left arrow key>) will eliminate all instances of the History.back event. It really is a pain in the neck to stop. Good luck, Dennis $a="c323745335d3221214b364d545". "a362532582521254c3640504c3729". "2f493759214b3635554c3040606a0", print unpack"u*",pack "h*",$a,"\n\n";
|