Automatically Putting the Cursor in a Field [ad code=1] <script type=”text/javascript”> document.forms.loginForm.kt_login_user.focus() </script>
Tag Archives: form
Jquery Multi selector, comma separated values
Select Multiple Form Fields Finding a better solution for multiple selection Most of the form fields available with HTML are straightforward and easy for people to understand and use. But there is one exception. The select multiple. While useful and necessary, the select multiple form field has always been a usability challenge.
Using an image as a submit button
The simplest way is to use an image as a submit button employing the <INPUT> HTML form tag. <INPUT TYPE=”IMAGE” SRC=”butup.gif” ALT=”Submit button”>