Respond to multiple key pressess (ie: CTRL+ALT+DEL)

aikeith

Well-known member
Joined
Jan 23, 2003
Messages
49
Does anyone know how to respond to keystrokes on a web page? What I mean is this particularly is:

I want to respond with a pop up window when a user pressses CTRL+SHIFT+M

Any ideas would be appreciated.
 
You could use keylisteners in Javascript to achieve this. I am not totally sure how to do this just rea dup on it a while ago. Its a basis at least for you to research into.
 
OK, Im checking that out now. Pretty straightforward - thanks!!!

I am surprised at how often I am reverting to JavaScript to accomplish tasks. You figure ASP.NET would include all of these features/functions and more.

I will implement the Java solution unless someone has an idea of how to do this with .NET classes.

thanks.
 

Similar threads

Back
Top