Hi all,
how can I use multiple JavaScript files in an HTML page? I tried this but it's not working:
<script language="JavaScript" src="File1.js" type="text/javascript"> </script>
<script language="JavaScript" src="File2.js" type="text/javascript"> </script>
The functions from the second file are not available.
Would appreciate any hint,
Christa
how can I use multiple JavaScript files in an HTML page? I tried this but it's not working:
<script language="JavaScript" src="File1.js" type="text/javascript"> </script>
<script language="JavaScript" src="File2.js" type="text/javascript"> </script>
The functions from the second file are not available.
Would appreciate any hint,
Christa