// Javascript Code Copyright Ranson's Scripts 2002 // To use the function/s below, place the tag below in the head of your HTML document. // // The form must be named "Ray" Case Sensitive //
// this function requires a hidden tag on your form for the required fields // // name="REQUIRED" "REQUIRED" must be all caps. // field names are case sensitive, must match required names exactly. // in the VALUE use a comma between all required fields // to validate an Email Address, the field name="" must contain the word "email" // ie emailaddress - email - emailadd - etc. // in the "Submit" tag, use the following code - onclick="return ValidateForm(this.form);" // If using in a perl script, be sure to place a backslash before any existing // backslash and place a backslash in front of any dollar sign // \\n <- double backslash \$ <- single backslash