|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is it possible to disable the "return" key in a form and force a mouse click?
Thanks for the help |
|
#2
|
|||
|
|||
|
you can dictate any keyboard event with javascript. i'm pretty sure this will work with what you want to do.
document.onkeydown = null; let me know if that doesn't work ... i'm sure something will. ------------------ Jaisen Mathai JMathai.com jaisen@jmathai.com |
|
#3
|
|||
|
|||
|
Corrected...
document.onkeydown = Return False; |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Disable "return" key in a form |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|