|
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.
|