PDA

Click to See Complete Forum and Search --> : Calling a js file in HTML


Frankie902
Feb 23rd, 2001, 11:48 PM
How do you call a .js file from the web in html?

Wynd
Feb 23rd, 2001, 11:53 PM
Like this:


<script src="filename.js"></script>

sail3005
Feb 23rd, 2001, 11:55 PM
<script language="javascript" SRC="somefile.js"></script>

sail3005
Feb 23rd, 2001, 11:56 PM
What! 2 minutes? I was beat!

Wynd
Feb 24th, 2001, 12:14 AM
Hahaha, oh man, that was close :D

Frankie902
Feb 24th, 2001, 12:43 AM
lol, thanks guys, it works