Version compl�te: jsB@nk » Form » Enter Key Focus
URL: https://www.javascriptbank.com/enter-key-focus-2.html
Forme les utilisateurs peuvent se déplacer à la prochaine zone de texte en appuyant sur la touche Entrée.
Version compl�te: jsB@nk » Form » Enter Key Focus
URL: https://www.javascriptbank.com/enter-key-focus-2.html
<FORM METHOD="POST">Name: <INPUT TYPE="TEXT" onKeyDown="if(event.keyCode==13) event.keyCode=9;" size="20"><BR>Address: <INPUT TYPE="TEXT" onKeyDown="if(event.keyCode==13) event.keyCode=9;" size="20"><BR>City: <INPUT TYPE="TEXT" onKeyDown="if(event.keyCode==13) event.keyCode=9;" size="20"><BR><INPUT TYPE="submit" Value="Ok"><INPUT TYPE="reset" Value="Cancel"></FORM><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->