Forms Validation in Java
From source code,code examples
| aa-good email validation |
Here is a script that checks for the validity of email, avoiding invalid characters, position of @ and . dot and domian name is checked for the well known domains such as .com, .net or else and restricts the user to enter the valid domain name . Enjoy the code and please rate me.
| A Universal Form Validator |
This is a script that can be used to validate almost any form using hidden fields to describe how to validate the controls in the form. The script validates for required fields, Numbers with a Min/Max value if needed, 10 digit phone numbers with any seperators (and formats the phone number after validation), properly formed email address, dates with min and max values, and age fields with min and max values. There are also many options on how to report errors (ie: Popup-Summary, Color cues on the input boxes and text labels to describe the error.)
| Accesing database of Oracle |
purpose is very simple .For Improving coding standared
| BuayaCorp Forms Validator |
A object oriented Javascript field validator for HTML forms, easy to setup, based on title attribute of elements.
| Javascript form validation |
This is to validate ANY field entry in one single click. It handles pretty much every type of entries and is very generic and customizable.
| A JavaScript function to make your form validations a breeze! |
This script is simple, powerful, and is very general.
| Dynamic Character Counter and Status Bar v1.1 |
As per Ian Ippolito's submission taken from zeal.com I have just amended the javascript to allow a page to contain >1 text area/text box for the status bar/char counter to track for you.
| Easy Query String |
This little html document reads value from the Query String to be used in javascripts. I made this script for a friend who needed a way to get query string value from forms using javascript, without having to worry about how many values are passed.
| Easy Javascript Quiz |
This piece of code allows you to have an extremely manipulative and expandable testing system using JavaScript.
| E-Mail Validor |
File name: e-mail-validor.zip
| FormClick JavaScript Validator |
FormClick will make validating any type of HTML text input field a snap! FormClick is a sleek, reusable, super-powerful, object oriented way of validating all types of data through regular expression matching. This empowers you to validate data such as phone numbers, dates, e-mail addresses, credit card numbers, etc. with only one line of code! FormClick is easy to read with self-explanatory methods like "Add" and "Initialize" and comes with full documentation and examples. Stop validating input the hard way!
| Input Validation |
Simple validation class using regular expressions, code validates zipcodes, Dates, digits etc
| jValX |
jValX is an easy way to simplify your client-side form validation, and is all XHTML 1.0 STRICT markup...
| JSP login system |
It is a login system in jsp. The user enters his name and password, then a java bean checks if the entry is the same as in the database in Microsoft Access and then it returns an output page according to if the name and password were valid or not.
| JavaScript Spell Check |
JavaScript Spell Check is aspell checking component for JavaScript.
| Nice Form Validation with Regular Expressions |
This is a very pretty form validation routine. It supports regular expressions and shows the validation results in real time.
| online form(servlet) |
displays a page showing the registration number and details of applicant
| password andnumber generator and news scroll menu |
password and number generator and news scroll menu
| Pleah's All in One Form Validation |
Validates all form elements in one function
| Require all fields in a form or let some be exempt |
This JavaScript can be used for almost any application of an Html form to make certain that a user fills in some or all required elements. There is an array inside of the required() function that will accept string values of which element names (on the form) that you would like exempt from the required-requirement. The only other setting that is needed to run this script is a variable inside of the required() function that needs to be set to the name of the form you want to validate (as a string). There is also an alert that can be customized to tell the user (after so many tries) that certain elements of the form are required (you can easily change the message) and it then sets the focus of the form to the element in the form that needs their attention. The code is commented (pretty well I think) but if you have any questions feel free to email me.
| Super Fast Array Search |
Searches a javascript array for a value using the shortest possible path and minimum loop iterations. see it to believe it.
| Student Registration System |
This program is what i have to created on a College Class for Univeristy of Nebraska for my first semester in Java Class. This works as a registration system and a student information.
| using DispatchAction in Struts Framework |
This code is all about for using dispatch action in struts1.1.This is a brief code for explaining how we can use multiple execute methods using DispatchAction.
| Validate US and Canadian Zip Codes |
Validates formats for both US and Canadian Postal Codes. Example usage included. Updated 2/23! Optimized function (less lines of code).
| Validation |
If you're looking for a very thorough validation routine, look no further.
| Validation Creator |
GUI - creates JavaScript for custom client-side validation of any HTML form, valid for Netscape 4+ and IE4+. Easily pluggable to server-side scripts. Contains built-in .js validation library. Just run validator.htm
| very simple check all checkboxes in a form |
when you click the top checkbox in a form then it will select all the other checkboxes in that form. if you more than one form then you can use this code for all of them or you can just use it twice
| Validation-RM-01 |
Validating Date Formats/ Validation from recovering not to enter greater date from the current date
| Age Check Verify |
Some web sites like tobacco industry

