MX Widgets is a component of Kollection that offers a powerful alternative to the regular HTML controls for Dreamweaver developers. Unlike standard HTML forms, our product relies on the power of the server side language and JavaScript to enforce an accurate and user friendly form completion: combo-boxes, date pickers, masked inputs, calendar controls and others
This is a javascript example for an auto complete text field. You can use the mouse or the up and down keys to select an entry. By pressing escape you leave the suggestion box. It runs fine with Mozilla, IExplorer 5+6. It also works in opera, but it has some minor glitches.
Please enter something with "B" at the beginning:
This script validates the form in the browser. The script:
real time verifies that a string is numeric, otherwise it deletes the non-numeric character.
watches the status of the CapsLock
verifies a string is empty, numeric, date, alphabetical, email.
verifies the matching of two passwords.
verifies the right format of a phone number.
verifies the minimum or the maximum numbers of the characters in an input.
has language independent error messages.
displays error messages in a div or in an alert box.
Use JavaScript to ensure that all elements of a form are properly filled out before they can be mailed to you. This definitely saves me from getting a lot of junk mail....
The autocomplete library lets you add an autocomplete feature to any text input element like input and textarea. It also supports tag based input meaning that if a delimiter is defined the autocomplete feature will work separately for each tag. If no delimiter is specified it will work like a regular autocomplete feature.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.