Web Analytics Made Easy -
StatCounter more than 1 external javascript - CodingForum

Announcement

Collapse
No announcement yet.

more than 1 external javascript

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • more than 1 external javascript

    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

  • #2
    nope, you have to repeat it for every script.

    -Andrew
    Get the best Web Design books called Visual QuickStart Guides at the Peachpit Press
    Ithium Web Hosting

    Comment


    • #3
      or put all your javascript functionalithy in one file
      Vladdy | KL
      "Working web site is not the one that looks the same on common graphical browsers running on desktop computers, but the one that adequately delivers information regardless of device accessing it"

      Comment

      Working...
      X