Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

include more than one .js file

Status
Not open for further replies.

jstar7

Programmer
Dec 17, 2002
61
GB
hey there,

I want to include 2 .js files on my page. This works
fine for one, but how do I incude the other one too?

<script language=&quot;JavaScript&quot; src=&quot;includes/tellfriends.js&quot;></script>
 
<script language=&quot;JavaScript&quot; src=&quot;includes/tellfriends.js&quot;></script>
<script language=&quot;JavaScript&quot; src=&quot;includes/second.js&quot;></script> Gary Haran
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top