Hi,

    Is somebody using tags like this ?

<html:link page="/logoff.action"  onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('x','','images/x.gif',1);">
<html:img  name="x" src="images/x.gif" width="38" height="34" border="0"
alt="">
</html:img>
</html:link>

I am trying to replace the following image tag with the one above.

<img name="x" src="images/x.gif" width="5" height="34" border="0"
alt=""></td>
<a href="reload.action" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('x','','images/x.gif',1);"><img name="x"
src="images/x.gif" width="38" height="34" border="0" alt=""></a></td>

Am I trying to do something unnecessarily complex here ?

Thanks,
Mohan

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to