JS file and shared routines
********************************************
Free JavaScript provided by ©2003-VB'Breizh
**Updated (02/08/2004) Compatibility :
...Use a *.js file is a cool way to share functions and routines between several pages...
(...no demo, no zip needed, just a small tutorial...)
First step : Writing the js file :
- Use an ascii editor (notepad, spad...)
- Insert functions and routines you' ve to share
- Save as *.js
Second step : Writing the html pages :
- Insert the js call in the 'head' or 'body' tag of each html concerned file
...that's all folks...
...Copy the JavaScript source code below :
Comment, question ?