MailTo Form to Mail Script With Required Field Validator
Place this JavaScript code between the <head> and the </head> tags of your web page.
Place this HTML code between the <form> and </form> tags of your
web page. There are 3 examples of HTML form fields below that can be validated. Use
required="true" on the form fields to require them, otherwise exclude the required="" attribute.