Main Directory
ASP 3091
ASP.NET 863
C and C++ 343
CFML 280
CGI and Perl 3073
Flash 803
Java 1614
JavaScript 2272
PHP 11222
Python 112
Remotely Hosted 1437
Tools and Utilities 2883
Web Hosting 27
XML 233




Auto tab (form field) script
Link ID 18136
Title Auto tab (form field) script
Url Visit : Auto tab (form field) script
Description This script "auto tabs" a form field (and jumps to another field) once the length of the fields value has exceeded a certain length. It works in conjunction with the "maxlength" attribute of HTML, triggered whenever the users input reaches the maxlengths value.
Category JavaScript > Scripts and Programs > Forms
Keywords Auto   tab     form   field     script
Date Sep 20, 2007
Refer it to Friend ( Auto tab (form field) script )  
Write a Review ( Auto tab (form field) script )  
Report Broken Link ( Auto tab (form field) script )  
Add : Auto tab (form field) script To Favorites
More links included : Auto tab (form field) script
Site links : Auto tab (form field) script
Traffic Details from Alexa : Auto tab (form field) script

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes
Visitor Rating

 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.
Category:   JavaScript > Scripts and Programs > Forms


2. Count Checkboxes/RadioBoxes Selected
  This is a short JavaScript function that demonstrates how to count the number of radio boxes that are selected.
Category:   JavaScript > Scripts and Programs > Forms


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.
Category:   JavaScript > Scripts and Programs > Forms


4. Check if its a number
  This is a validation JavaScript that checks the value inside a form box to ensure its a number.
Category:   JavaScript > Scripts and Programs > Forms


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).
Category:   JavaScript > Scripts and Programs > Forms




 Popular Tags

#   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z