![]()
|
Search the entire site
|
|
| Links |
|
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.
|
|
|
|
|
Editing Express - Hexaconverter
|
| Convert & Edit Exadecimal colors scale into editors triplette 0 - 255 or into registered name colors in main browsers libraries or viceversa. The program is in italian language , but essential guidelines are given in pop up links for english visitors to use the program. The interface is very intuitive and really no great deal of guidelines is necessary. |
|
|
|
|
Form field Progress Bar
|
| This useful script allows you to restrict the number of characters inside a form element (ie: textarea) while displaying a progress bar on the remaining characters beneath it. Cross browser functional. |
|
|
|
|
Form Validation
|
| This is a simple form validation script that checks for empty fields. Dreamweaver offers very little in JavaScript form validation unless you're using Cold Fusion. In my opinion the built-in form validation behavior in Dreamweaver is sloppy and not user friendly. This script creates required fields and makes sure that the fields are not empty when the user submits the form. If the required fields are empty, the form does not submit and the focus is set to that text field. Setting the focus is a nice feature because the user is directed to the exact field that produced the error. You can do more with this script by making sure the form does not contain certain words, email address validation, and so on. For this demonstration I am only showing the basic script. Feel free to modify and utilize this script in any way you see fit. If you have any questions, contact me. |
|
|
|
|
form validator
|
| form validation script, validate text and number fields |
|
|
|
|
Remember Form values script
|
| Using cookies, this script remembers the value entered into your form's inputs by your visitor, and upon his/her return, loads the textbox with that value. |
|
|
|
|
Textarea maxlength script
|
| 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. |
|
|
|
|
|
|
|
|
|