Close the Ajax Modal popup window on Esc keypress

Bhavik Goyal picture Bhavik Goyal · Feb 3, 2011 · Viewed 11.1k times · Source

I had shown a Panel Pop up windows using Ajax and what i have to do is i want to close the window when user press the Esc key.

IS this is possible? Please help me if any one know about this or previously done this.

Thanks

Answer

Suresh Chaudhary picture Suresh Chaudhary · Feb 3, 2011

Here is the link through which you can easily close the window from eascape button press:

http://www.codeproject.com/KB/scripting/Javascript_for_modalpopup.aspx

hope this help.