Hi,
I have a ( borrowed ) javascript program ftiens4.js which contains a number of Javascript functions. I want to be able to call a function (clickonnode) inside this javascript file from my image in an HTML file, can someone let me know the syntax. I presume it is associated with the onclick event on my image but need the specifics of the filename.functionName for the JS file.

I have the following
<td><img SRC="../regions/maps/map%20uk.jpg" USEMAP="#mapuk" BORDER="0" align="middle" WIDTH="397" HEIGHT="382" onclick="ftiens4.js????????>

as usual

thanks in advance.

Lenin.