Javascript Tutorial

Validation (External JS)

Using an external JavaScript file, simply define the rules for how each field should be validated and you're set. Piece of cake! And since it is it's own .js file, it's easy to use the code on every page of your site. Currently only validates text, numbers and e-mail addresses.
Forms » javascript.internet.com
Score(+): 0 | Views: 154 | Save it | Report it


Top 20 Similar Javascript Tutorials

Creating external JavaScript libraries

General » javascriptkit.com
Score(+): 0 | Views: 51 | Similar Tuts | Save it | View this tutorial

Validation (SSN)

Do you have a link that you'd rather have open in a new window? This little script will do just that! You can even use a button or a text link to open the new window! Check out the example and see what you think!
Forms » javascript.internet.com
Score(+): 0 | Views: 168 | Similar Tuts | Save it | View this tutorial

Validation

Forms » javascript.internet.com
Score(+): 0 | Views: 75 | Similar Tuts | Save it | View this tutorial

Validation (Date)

Dates are validated and formatted in your form. Supports over a dozen different date formats, and formats the date properly in United States or European date formatting styles depending on how the script is configured. A dateCheck function also is included if you wish to compare two dates. Wow!
Forms » javascript.internet.com
Score(+): 0 | Views: 187 | Similar Tuts | Save it | View this tutorial

Validation (IP Address)

Forms » javascript.internet.com
Score(+): 0 | Views: 131 | Similar Tuts | Save it | View this tutorial

Form Validation

This tutorial helps you to learn more about Form Validation
Forms » yourhtmlsource.com
Score(+): 0 | Views: 168 | Similar Tuts | Save it | View this tutorial

Basic Validation

Forms » javascript.internet.com
Score(+): 0 | Views: 77 | Similar Tuts | Save it | View this tutorial

Validation (Cookie)

Forms » javascript.internet.com
Score(+): 0 | Views: 70 | Similar Tuts | Save it | View this tutorial

Validation (Time)

This tutorial contains a function that verifies that a string is a valid time, in the form hh:mm:ss am/pm, where seconds are optional
Forms » javascript.internet.com
Score(+): 0 | Views: 195 | Similar Tuts | Save it | View this tutorial

Validation (No Alert)

Stop displaying those annoying alert boxes with your JavaScript form validation. This script uses images to display any error messages to the user, cool!
Forms » javascript.internet.com
Score(+): 0 | Views: 144 | Similar Tuts | Save it | View this tutorial

Email Validation

This tutorial contains a java script code which is a simple e-mail address validation script. While it is not too sophisticated, it does provide the basic validation function.
General » javascript.internet.com
Score(+): 0 | Views: 186 | Similar Tuts | Save it | View this tutorial

Validation (Selection)

Use JavaScript to ensure that visitors choose both a radio button and a checkbox. Invalid submissions are cancelled
Forms » javascript.internet.com
Score(+): 0 | Views: 132 | Similar Tuts | Save it | View this tutorial

Form Validation

Before sending data from script form it is necessarily to check input date. JavaScript is ideal for that, because the all date befor submitting, will be checked and by that we will save on bandwith.
Forms » toxiclab.org
Score(+): 0 | Views: 230 | Similar Tuts | Save it | View this tutorial

UK Postcode Validation

Checks that postcodes are in correct format. Is written for UK format, but is easily adapted for other countries.
Forms » javascript.internet.com
Score(+): 0 | Views: 150 | Similar Tuts | Save it | View this tutorial

Validation (password)

This script works like our Password Verifier, however, it also checks for a minimum length and invalid characters
Forms » javascript.internet.com
Score(+): 0 | Views: 137 | Similar Tuts | Save it | View this tutorial

Validation (Character)

Automatically removes specified characters from input box. Good for fields that require only text/number inputs. Easily modified to accept only text or only numerals.
Forms » javascript.internet.com
Score(+): 0 | Views: 143 | Similar Tuts | Save it | View this tutorial

Validation (Information)

Test the powers of JavaScript. Watch as JavaScript tells you if information about you is valid or not.
Forms » javascript.internet.com
Score(+): 0 | Views: 139 | Similar Tuts | Save it | View this tutorial

Validation (Num. or Chars)

Forms » javascript.internet.com
Score(+): 0 | Views: 91 | Similar Tuts | Save it | View this tutorial