Call a KeyDown Event

Posted by Doug on Stack Overflow See other posts from Stack Overflow or by Doug
Published on 2010-06-01T22:49:45Z Indexed on 2010/06/01 22:53 UTC
Read the original article Hit count: 286

Filed under:
|
|

All I need is to be able to click a button and have it do the KeyDown event for Enter, I've tired doing KeyDownCheck(13); and similar things, and I can get into the KeyDown event, but I can't get it to recognize that I want Enter, and it doesn't go to any specific key. Is there a specific way to put this in? Thanks in advance

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about call