View Single Post
Old 07-19-2011, 12:00 AM   PM User | #1
Seb Meikle
New Coder

 
Join Date: Jul 2011
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Seb Meikle can only hope to improve
Using JavaScript to Simulate Enter

Is it possible to use JavaScript to automatically press the Enter key when a textfield's value is changed? I'm guessing I would need to call the function using onChange="functionexample".

After some research I found out the the map number for the Enter key is 13. I think this is the number JavaScript needs, I could be wrong.
Seb Meikle is offline   Reply With Quote