
May 16th, 2000, 07:56 AM
|
 |
Contributing User
|
|
Join Date: Feb 2000
Location: Perth West Australia
Posts: 741
Time spent in forums: < 1 sec
Reputation Power: 9
|
|
|
You can hold your javascripts in a seperate text file named whatever.js , by including a reference to that page by inserting <script language="javascript" src="whatever.js"></script>
Its good if you use the same scripts over and over again on different pages as it keeps the total file size down and the client only needs to load it once.
------------------
Simon Wheeler
FirePages -DHTML/PHP/MySQL
|