Not tested or anything, but from http://jakarta.apache.org/struts/doc-1.0.2/struts-html.html#image ...
<html:image
property="login1"
src="images/buttons/login_off.gif"
border="0"
onmouseout="MM_swapImgRestore()"
onmouseover="MM_swapImage('login1','','images/buttons/login_on.gif',1)"
/>
Ashish Kulkarni
<kulkarni_ash1312@
yahoo.com>
08/29/2002 09:33
AM To: Struts Users Mailing List
<[EMAIL PROTECTED]>
Please respond to cc:
"Struts Users
Mailing List"
Subject: <HTML:image > tag question
Caterpillar: Confidential Green Retain Until: 09/28/2002
Retention Category: G90 -
Information and Reports
Hi,
How can i handle Mouse Events in <html:image> tag, ??my preivous tag when
not using struts was like this, what would be the equivalant struts tag
<input type="image" value="Submit" name="login1" border="0" src
="images/buttons/login_off.gif" width="75" height="24" onMouseOut
="MM_swapImgRestore()" onMouseOver="MM_swapImage
('login1','','images/buttons/login_on.gif',1)">
A$HI$H
---------------------------------
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

