File: CustomValidation.txt

*Question: What happened and why?

*Answer: The form passed validation and submitted, in this case causing a page refresh. This happened because the typeMismatch attribute returned "false", meaning the regular expression that Opera uses to check email address validity looks for an "@" symbol, but does not check for a period in the domain name. 