Results 1 to 3 of 3

Thread: Disable BackSpace Key In WebBrowser Control

  1. #1
    rsitogp
    Guest

    Unhappy 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!

  2. #2
    Lively Member harsoni's Avatar
    Join Date
    Oct 2000
    Posts
    118

    Lightbulb

    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

  3. #3
    rsitogp
    Guest
    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
  •  



Click Here to Expand Forum to Full Width