|
-
May 30th, 2001, 08:41 AM
#1
Disable BackSpace Key In WebBrowser Control
Is there a way I can disable the BackSpace key (which takes the user back) in the webbrowser control?
Thanks in advance!
-
May 30th, 2001, 11:31 AM
#2
Lively Member
One way is to write a vbscript or javascript function which takes event as the parameter. in function check for the keycode if it is back key make keycode zero. call this function in body tag on
onkeypress or onkeydown. hope this works...
Sonia
-
May 30th, 2001, 11:59 AM
#3
The problem is that the program is kind of a webbrowser so I can't add anything to html. Any other idea?
Thanks anyway!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|