Auto clicker
Writing an auto clicker
Work goes on
and I still did not forget my site!
XHTML
Moved to XHTML 1.0 Transitional
Old news
You are browsing Home >Development >JS Test

Java Script Test Page - Input Validation

This page will demonstrate how to do simple input validation...
Email:
The regular expression used for this is the following:
email_regexp = new RegExp("^[a-z0-9_\\-\\.]+@[a-z0-9_\\-\\.]{2,63}\\.+[a-z]{2,6}$","ig")

Valid XHTML 1.0!Valid CSS!
Source: js_test.it
Outfile: js_test.en.html
Built: 2 Aug 2006 21:44:57
Last modified: Mon Jan 9 2006 at 5:16:08pm