DependantLB is a powerful javascript application that helps you to add list boxes with several depths and levels. You can include as many as sub form boxes with values, which when selected by the user displays the appropriate list box on their screen. You have the facility to either disable or enable some specific list boxes on the forms, to design those HTML list boxes with any desired size and width and to include as many as boxes like a real tree....
Using cookies, this script remembers the value entered into your form`s inputs by your visitor, and upon his/her return, preloads the textbox with that value.... Tags:
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 mindfrom the complete JavaScript novice to the most sophisticated guru. In this session, well 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.... Tags:
This simple script set shows how to highlight (select) the text in a form`s textarea by clicking on a link. Useful for code listings, order form information, or other material the visitor may wish to copy to the clipboard with Control+C....
This JavaScript shows how to update a text component of a form on a selection change in the same form. It uses the event onchange to trigger the javascript function to go see what is selected and look up the price for that selection. Its design allows the programmer to write the code for the selection order or the definition of the prices in any order he/she wishes....
PickList creates two form selection boxes, and allows the user to easily transfer items from one box to another via "back" and "forth" buttons.... Tags:
This is a simple but effective script for extending your textarea with a maxlength attribute, so the user`s input cannot exceed a certain number of characters....
Takes a series of known named checkboxes and checks or uncheck them all at once. It can even change each checkbox to the opposite checked or not checked value....
This JavaScript example shows how to create a form that has a portion of the form shown (or hidden) upon certain user events. (radio button selection by the user in this example) Note: Netscape has a problem with embeding a portion of a form inside a DIV/SPAN/LAYER, which is why there are three forms shown here, but once you have the values, its easy enough to pull the information together before running the target of the frame....
This scripts creates a simple validation to forms. Validation is not strict, but neat and as simple as 3 lines of code. Javascript file contains a brief usage description and commented code....
This script allows you to add a "select all" feature to your form `TEXTAREA`s, whereby visitors can easily highlight the containing content with a click on a link....
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....
Replace the ugly `gray button` Reset and Submit on forms -- this script shows how to use active tri-state roll-over images, instead. A quick-take tutorial is included, along with images and notes on using styles with form elements for a flashier look and feel....
Along with explanation this is a JavaScript that you can use with your forms to make sure that your visitors complete the necessary fields in your forms before the submission....
In forms when using check boxes for a list of records that is generated dynamically (example: display of messages in your yahoo or hotmail inbox) you might want a simple feature of checking or clearing all the check boxes related to those records before deleting or moving. Use this simple script to do just so....