How to disable esc key in html page using javascript or jquery

Viewed 27264

I want to disable the ESC key in an HTML page. How can I do this?

I have a form which is appearing as jQuery UI Dialog. Here if I click the ESC key, the form will close. I want to disable that.

3 Answers
Related