J
José Joye
Hello,
I'm having problem with my onLoad event of the <a> tag.
In fact, I want to pass as second parameter of my jscript function another
jscript function.
I could not manage to find the correct syntax.
Any hints welcome
José
here is my snippet:
<a href="../Newsletter.htm"
onMouseOver="F_roll('NavButton3',1)"
onMouseOut="F_roll('NavButton3',0)">
<ILAYER ID="NavButton3"></ILAYER>
<img ID="NavButton3" name="NavButton3" height="24" width="100"
src="javascript:F_getImageName('../images/Newsletter',0)"
onLoad="F_loadRollover(this,F_getImageName('./images/Newsletter',1),0)"
border="0" alt="Letter1">
</a>
I'm having problem with my onLoad event of the <a> tag.
In fact, I want to pass as second parameter of my jscript function another
jscript function.
I could not manage to find the correct syntax.
Any hints welcome

José
here is my snippet:
<a href="../Newsletter.htm"
onMouseOver="F_roll('NavButton3',1)"
onMouseOut="F_roll('NavButton3',0)">
<ILAYER ID="NavButton3"></ILAYER>
<img ID="NavButton3" name="NavButton3" height="24" width="100"
src="javascript:F_getImageName('../images/Newsletter',0)"
onLoad="F_loadRollover(this,F_getImageName('./images/Newsletter',1),0)"
border="0" alt="Letter1">
</a>