AVG
Junior Member
Cool it broke!!
Posts: 491
inherit
23505
0
Jun 29, 2011 15:11:30 GMT -8
AVG
Cool it broke!!
491
April 2004
salamencecave
|
Post by AVG on Jun 29, 2005 14:05:55 GMT -8
how do you use an external javascript file?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 29, 2005 14:09:21 GMT -8
Make sure the source of the JS file does not have any <script> tags. That's usually the number 1 mistake. Then to link to it, use... <script type="text/javascript" src="URL HERE"></script>
|
|
kitsunex
inherit
-667294
0
Dec 4, 2024 16:52:27 GMT -8
kitsunex
0
January 1970
GUEST
|
Post by kitsunex on Jun 29, 2005 14:11:10 GMT -8
When you write a js file make sure you don't put the <script> tags in it.
And just save it as or type in as the name "SOME NAME.js"
|
|
AVG
Junior Member
Cool it broke!!
Posts: 491
inherit
23505
0
Jun 29, 2011 15:11:30 GMT -8
AVG
Cool it broke!!
491
April 2004
salamencecave
|
Post by AVG on Jun 29, 2005 14:12:48 GMT -8
ok that was the problem. there are <script>'s in it
|
|