Forum: JavaScript / DHTML / AJAX Sep 7th, 2009 |
| Replies: 3 Views: 523 Thanks, that would be nice if it were that simple :P I'd have to handle the proper action if the key was not a regular, printable character, such as if the user pressed left arrow, backspace, delete,... |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2009 |
| Replies: 3 Views: 523 Hello,
I am currently trying to figure out some event stuff with Javascript. I have the page capturing all onkeypress events by calling my function keyPress, and passing the event as an argument.... |