neilkw
09-07-2006, 10:52 AM
hi
I am trying to call in js files externally to make my site a little more compact and faster. The js actually exists on another website
Can anyone let me know what i'm doing wrong.
I am calling in the script file called roman.js via this link -
<SCRIPT SRC="romanjs.js">
</SCRIPT>
the js file contains this code.
<script language="JavaScript" type="text/javascript" src="http://www.websitenamehere.com/cartinfo.asp?storeid=*****&type=2"></script>
cheers
Neil
I am trying to call in js files externally to make my site a little more compact and faster. The js actually exists on another website
Can anyone let me know what i'm doing wrong.
I am calling in the script file called roman.js via this link -
<SCRIPT SRC="romanjs.js">
</SCRIPT>
the js file contains this code.
<script language="JavaScript" type="text/javascript" src="http://www.websitenamehere.com/cartinfo.asp?storeid=*****&type=2"></script>
cheers
Neil