Ok, I have a number of javascript functions that I use to validate forms etc and I want to stick them all in an external .js file.
I have tried calling this file using:
<script language="JavaScript" src="file.js" type="text/javascript"></script>
but I keep getting errors and the functions do not work.
Can anyone shed some light onto how I can solve my problem?