RE: External javascript
Or //comment
k776,
Add this to your html file?
<script src="blahblahblah.js"></script>
For example, you have...
\1.html
\blah\2.html
\blah\3.js
In 1.html you need to use <script src="blah\3.js"></script>
And in 2.html you use <script src="2.js"></script>
This post was edited on 08-25-2004 at 11:11 AM by Mnjul.
|