Hi,
Is this possible:
HTML Code:
<script src="scripts/myfunctions.js" type="text/javascript" ></script>
<a href="javascript:function1()" ><img src="images/some_image.png" onmouseover="function2()" onmouseout="function3()" onclick="function4()" ></a>
Sorry if this is a newbie question, but in my case, the anchor function seems to work, but the onmouseover etc. don't seem to.
Thanks for help in advance,
Ajay.
|