Members
Technology Zones
Articles
Hosted By
Info
|
Sample Code  -
This is a small javascript function that can be used to validate a phone or fax number..  -
You almost always want to have your form to be disabled as soon as the user pressed the submit button so that the user doesn't accidently submit the form twice. Here's how..  -
Web forms often ask visitors for non-essential information, but long and complicated forms can seriously hinder the e-commerce sales process. Wouldn't it be cool to give users the option to hide these optional fields at their own discretion, and with a clever use of Javascript, the DOM and some CSS we can!.  -
Change a text field to all lowercase or uppercase before submitting..  -
Performs validation on a HTML field based on the criteria you specify..  -
Use this function to validate a form field to only accepts numbers..  -
Want to validate your field to only accept US currency? Try this short JavaScript function..  -
This code will show how to limit the number of character a user can enter into the HTML TextArea form field..  -
Filling the values of a dropdown SelectMenu depending on the selection in another Menu..  -
How to validate entries in a form before allowing it to be submitted.  -
This script shows you how to submit the contents of a form to different programs depending on which Submit button you press..  -
Allow a user to easily uncheck and check all the checkboxes on a form. 
|
Search
Code Samples
New Members
|