You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Mohan Radhakrishnan <Mo...@hclcomnet.co.in> on 2002/11/01 05:18:03 UTC

Tag question

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>