I'm wondering if it is necessary for each script to repeat the script definition tags. For example, say you have 2 scripts in your head section right after each other, such as:
Could you combine them as follows:Code:<script type="text/javascript" src="../js/filename1.js"></script> <script type="text/javascript" src="../js/filename2.js"></script>
Or if that is not possible, could you take the text of filename2 and append it to the bottom of filename1 and then just have:Code:<script type="text/javascript" src="../js/filename1.js" src="../js/filename2.js"></script>
Would it still work? Sorry for the dumb question. Thanks.Code:<script type="text/javascript" src="../js/filename1.js"></script>![]()



Reply With Quote
. i've never think about it before, your post here make me think about possibility in scripting
Bookmarks