//<-----------------------------------------------------JAVASCRIPT FORM VALIDATION MODULE-->// // // This module can be used for basic client side form validations in JavaScript. // // Date Created: 25 February 2003 // Last Update: 26 May 2003 // Tested for: Netscape 6.1 and Internet Explorer 5.5 and above // Author: Benjé Mouton // Company: 001 Digital Construction // Files: "validation.asp" // //<-----------------------------------------------------------------STANDARD SCRIPT BLOCK-->// // // Include the following script block in the head tag in order for the functions to // work. // // // // //<-------------------------------------------------------------------------EVENT HANDLER-->// // // Include the following event handler to activate the form validation functions. // // onSubmit/onClick="return(validate(this.form.name))" // //<---------------------------------------------------------------------------------------->// // //