Jan 9, 2003 #1 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="JavaScript" src="includes/tellfriends.js"></script>
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="JavaScript" src="includes/tellfriends.js"></script>
Jan 9, 2003 #2 xutopia Programmer Apr 4, 2002 2,001 CA <script language="JavaScript" src="includes/tellfriends.js"></script> <script language="JavaScript" src="includes/second.js"></script> Gary http://www.xutopia.com Haran Upvote 0 Downvote
<script language="JavaScript" src="includes/tellfriends.js"></script> <script language="JavaScript" src="includes/second.js"></script> Gary http://www.xutopia.com Haran