Hi,
I intend to use some JavaScript functions repeatedly in several JSPs.
I tried to put the functions in a separate JavaScript file and then call these functions from the individual JSPs (using the <SCRIPT LANGUAGE="javascript" SRC="someFile.js">).
The browser does not recognise this. I don't understand where I am going wrong. If somebody can provide me with a working example, I would really appreciate it.
Thanks,
- Subha Nothing is impossible, even the word impossible says I'm possible.
I intend to use some JavaScript functions repeatedly in several JSPs.
I tried to put the functions in a separate JavaScript file and then call these functions from the individual JSPs (using the <SCRIPT LANGUAGE="javascript" SRC="someFile.js">).
The browser does not recognise this. I don't understand where I am going wrong. If somebody can provide me with a working example, I would really appreciate it.
Thanks,
- Subha Nothing is impossible, even the word impossible says I'm possible.