This script "auto tabs" a form field (and jumps to another field) once the length of the field's value has exceeded a certain length. It works in conjunction with the "maxlength" attribute of HTML, triggered whenever the user's input reaches the maxlength's value.
This script "auto tabs" a form field (and jumps to another field) once the length of the field's value has exceeded a certain length. It works in conjunction with the "maxlength" attribute of HTML, triggered whenever the user's input reaches the maxlength's value.
This script limits the amount of text a user can enter into particular INPUT or TEXTAREA elements, plus displays in real time the number of characters remaining.
Increase the "intuitiveness" of filling out forms on your site with this script. It applies coloring to the form element in focus, better indicating which one the user is currently on.
This is a JavaScript Form validator. When you submit the form, it validates the data you entered in the various fields. You are allowed to enter only alphabetical characters in the "Name" field. You can enter only numerical data in the "Age" and "Zip" fields. You can also choose which fields are "required" by the user to be filled.
If you want to verify a date in a textbox just call the checkdate - function with the textbox name as parameter. The script tests the date and changes the date into the correct format. An US Date Format Version is now available.
qForms is a complete JavaScript API for interfacing forms. It will not only simplify your work, but will also give you the ability to create more complex form-based interaction. qForms was designed with everyone in mind—from the complete JavaScript novice to the most sophisticated guru. In this session, we’ll cover all the basics of the API as well as how to create your own add-ons. qForms is an open-source JavaScript API released under the GNU LGPL.
JSpell Spell Checker - Now available, a pure JavaScript front-end for JSpell - Put a Spell Checker on your web page with only 10 lines of code that you cut and paste. Works with plain HTML, JSP, ASP, CGI generated web pages as well as Oracle Forms and Java. The only spell checker product designed exclusively for the web. Our HTML Spell Checker and our Java Spell Checker demos are online.
dateBox is developed to easily work with date HTML form fields and represent a set of date fields as normal JavaScript Date object. The main part which set it apart is OOP. The script turned out to be weighty, but it is not a big problem as it is mainly intended to be used in web interfaces so user will have to download it only once. Main features: OOP structure; automatic recalculation of the day drop-down menu; correctly handles leap years; ablility to compose short and long dates; support for IE 5+ & NS 6+ (and other Gecko compatible browsers); and customization.