|
Auto tab (form field) script
|
Other links at JavaScript > Scripts and Programs > Forms |
| 1. |
HTMLArea Composer
|
|
|
An advanced HTML editor that can integrate directly into a standard HTML form. HTMLArea is built using Javascript and has a strong features set. It supports table manipulation, higherachical selections, direct form integration, clipboard operations, styles, and spell checking. Best of all, it is completely free.
|
| 3. |
Dynamic Forms
|
|
|
The Dynamic Form script illustrates how you can create forms that can be expanded as users add items. DHTML is used to dynamically generate content and update the page.
|
| 4. |
Check if its a number
|
|
|
This is a validation JavaScript that checks the value inside a form box to ensure its a number.
|
| 5. |
Auto-complete type-ahead dropdown menu
|
|
|
A simple Javascript that adds auto-complete (alternatively called type-ahead/tracing/find-a s-you-type) effect to dropdown menus displayed in Internet Explorer. In IE, when user press "MA" in a drop down menu, IE will first select the first option starting with "M", then select the first option starting with "A", giving user "AK" while user actually wanted "MA" for massachusetts. Using this script, user will get ¡°MA?if ¡°M?and ¡°A?are consecutively typed (if user type ¡°M? then after a while ¡°A? user will still be taken to ¡°AK?as an intended behavior). Comments in script is provided so that one can customize to determine how fast user has to type to get ¡°MA?not ¡°M? ¡°A? Currently all printable characters on keyboard and keypad are supported (except for those needing the "shift" key). Both IE and Gecko-based browsers (firefox, mozilla, netscape, K-meleon etc.) are supported (it is recommended that this script is used to override the default behavior in the Gecko-based browsers due to their confusing & likely incorrect handling of certain options).
|
|
|