Hi all,
I have several books on Javascript and, although they mention placing frequently used script
functions in a central file and calling them from, there they don't explain how to call them.
Can someone explain how I can call separate functions from a .js file that contains several
functions from different webpages as they are needed?
I've tried to do on my own it with no success.
TIA,
Susan
I have several books on Javascript and, although they mention placing frequently used script
functions in a central file and calling them from, there they don't explain how to call them.
Can someone explain how I can call separate functions from a .js file that contains several
functions from different webpages as they are needed?
I've tried to do on my own it with no success.
TIA,
Susan
Comment