overwriting browser's keycode

S

stefan.goessner

I want to overwrite the CTRL+S key via 'onkeypress' so, that the
browser doesn't recognize it as 'Save page as ..' command.

I assumed, that calling 'evt.preventDefault()' in my event-handler
would be sufficient. It isn't.

Any hints ?

Thanks

Stefan
 
S

stefan.goessner

I resolved it by implementing 'onkeydown' and 'onkeyup' handlers, that
also call 'evt.preventDefault()'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top