hey everyone,
this should be a quick, easy question (famous last words)
Can I link to more than one external js file in the same line of code? This is how I write it when I have one file to link to:
<script src="filename.js" type="text/javascript" >
</script>
Do I have to repeat this for every external file? Or can I list them all on the same line and separate with a comma or something...
thanks in advance
geminian
this should be a quick, easy question (famous last words)
Can I link to more than one external js file in the same line of code? This is how I write it when I have one file to link to:
<script src="filename.js" type="text/javascript" >
</script>
Do I have to repeat this for every external file? Or can I list them all on the same line and separate with a comma or something...
thanks in advance
geminian
Comment