Dear listers,
I'm declaring an external javascript file with a function in the head section of a html file. I would like to call that same function but from another html file without including again the its path on the head section of this second html file. How can I call the function on this second html file so it knows where to find the function source code loaded externaly in the first html?
Thanks for all the help.
Gil