I need to locate the validation scripts in a separate .js file. I have five different HTML files with one form in each. All five need to call the same validation script. If I have to make changes in the validation script, I would prefer to make only one change rather than have a copy of the script in each file and have to make five changes. I need to syntax to include the validation file in each HTML file and the syntax of how to call the script from the file. Also I understand that the script syntax is a little different if it does not reside in and HTML file but rather a .js file. Also I read that some browsers may have trouble with including an external file. Is this true?
Start Free Trial