I am trying to pull in an external javascript file, rather than put the script in my HTML page. I am referencing it as such:
<script language="javascript" type="text/javascript" src=""http://www.aj-web-design.com/script/test.js"></script>
I can hit the URL of the file, so the path is correct.
Is there a setting that I need to turn on to make it work? JavaScript works if it is in the HTML code, but once it is moved into an external file, it no longer works.
Thanks in advance!
<script language="javascript" type="text/javascript" src=""http://www.aj-web-design.com/script/test.js"></script>
I can hit the URL of the file, so the path is correct.
Is there a setting that I need to turn on to make it work? JavaScript works if it is in the HTML code, but once it is moved into an external file, it no longer works.
Thanks in advance!
Last edited: