Stefan Keller wrote:

> Hi Folks,
>
> im trying to capture - backspace -!
> Except for that this key would'nt  be captured
> in DynApi (i know a workaroud already) the browser
> use it for going back in site-history.
> How can i handle this? Maybe with something like 
> e.cancelBrowserEvent... ?
> And what is the charkey for backspace?

 From memory, the value for BS in IE is 46.  Use "e.which" to test for 
such a value.

NS4 has no method for capturing the BS key.

The key events don't work currently in NS6.

With that said, I hope this helps : )

-- 
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010





_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to