PawClaw
05-10-2009, 05:02 PM
If I am making a site using various scripts etc.
(such as many that you find on dynamic drive) that ALL requires various javascript in the header section and all work fine in conjunction with each other.
Would it work jsut as well to bung all the codes into a file like "filename.js"
Then just stick:
<script type="text/javascript" src="filename.js">
</script>
into the page headers.
Would the scripts still run this way?
(such as many that you find on dynamic drive) that ALL requires various javascript in the header section and all work fine in conjunction with each other.
Would it work jsut as well to bung all the codes into a file like "filename.js"
Then just stick:
<script type="text/javascript" src="filename.js">
</script>
into the page headers.
Would the scripts still run this way?