Bookmark and Share
ASP
Perl
PHP
CSS
HTML
Javascript
XML
C
Visual Basic
Access
MySQL
SQL
MsSQL
Java
jQuery

Javascript Subcategories

Beginners | Date and Time | Cookies | DHTML | Forms | Objects | Math | Other | Windows | Page Elements | Flash | Effects | Menus | Strings | Functions | XML | DOM |

Form Validation Using Javascript
Javascript | Views: 13 |
Client-side form validation is an important part of a web site where data needs to be collected from the user. Users are innately ignorant, and will mess up data entry in a web form if given the chance. This is one of life's few, succinct truisms. It i s

Form Validation
Javascript | Views: 6 |
How can you check that the applicants are high school graduates? Learn how to check form fields before submitting it

Enforce max # of characters in form element
Javascript | Views: 0 |
Looking for an iron-clad way of restricting the amount of input in certain form elements of your page (ie: the credit card or area code field)? Look to this script

JavaScripts: Prevent a User from Entering Non-numeric Characters
Javascript | Views: 0 |
This Javascript function prevents a user from being able to enter non-numeric data into a text field in an HTML form

Double-enter form field script
Javascript | Views: 1 |
Make sure an important field within your form is filled out correctly, by requiring that the user fill it out twice.

Yet Another Article on Client Side Form Validation
Javascript | Views: 0 |
Kennet shows how the standard Document Object Model (DOM) makes form validation a much simpler affair. JavaScript know-it-alls: check this out

Practical JavaScript for the Usable Web
Javascript | Views: 0 |
While validating input data on the server is essential, using JavaScript to validate data on the client as well is both simple to do and user-friendly. In this excerpt we examine a client-side function that tests the validity of a credit card number