Top > Javascript > Forms
This is an e-mail address validation function. It allows the usual user@domain syntax, but in addition allows user@[ip] format as well as "User with Spaces"@domain or [ip], all of which are legal syntax, according to W3C. It also checks that the user hasn't done anything silly like having multiple @'s or continuous .'s in the address (e.g. jim@b@c.com and jim@c..b.co.uk).
Category:
Date Added: Feb 26, 2007 Hits: 0 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
Use this script to validate form data before submission. You can set a type for each input field (number, mail, url, date) and a minimum length. This script works with all kinds of form fields: text, textarea, select, checkbox, and radio.
Category:
Date Added: Feb 26, 2007 Hits: 0 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
jsVal is a JavaScript program used for validating HTML Forms on the client side. This allows HTML forms to be validated in the browser without having to send a request to a sever
Category:
Date Added: Feb 26, 2007 Hits: 0 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
A visual way to select RGB color for form inputs on a web page. You can choose colors from a palette of web colors, named colors or by using a RGB color slider.
Category:
Date Added: Feb 26, 2007 Hits: 4 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
This sets the colors of the form components using the style properties.
This is set to work in IE.
Category:
Date Added: Feb 26, 2007 Hits: 0 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
Validates an input field to make sure that only a number or character is entered. If you enter a number or a letter everything you can continue on. But, try entering another value like an exclamation point (!), an ampersand (&), or a dollar sign ($) and see what happens. It even highlights the incorrect entry field for you.
Category:
Date Added: Feb 26, 2007 Hits: 0 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
Using a combination of CSS and Javascript this article will demonstrate how to drop in code to check all the required fields on a HTML form without having to specify each and every field.
Category:
Date Added: Feb 26, 2007 Hits: 0 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
If you have a very large HTML SELECT list, finding the correct item can be like looking for a needle in a haystack. For example, if you have a list of a couple hundred names, finding a single one can be difficult. This article describes a JavaScript technique for filtering the items in a select list so that only the matching items are shown, making it much easier to locate the desired item.
Category:
Date Added: Feb 26, 2007 Hits: 0 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
Use JavaScript to ensure that visitors choose both a radio button and a checkbox. Invalid submissions are cancelled.
Category:
Date Added: Feb 26, 2007 Hits: 0 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
Chained Selects lets you "chain" multiple form select lists together so that the selection in a "parent" list can tailor the options available in a "child" list. Chained Selects supports unlimited number of form select lists in a "chain", as well as unlimited number of "chains" in a page.
Category:
Date Added: Feb 26, 2007 Hits: 0 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
