>>>>> "s45652001" == s45652001  <Tony> writes:

    s45652001> Hi
    s45652001> I want to have a mouseover effect on a button.  When the mouse is not 
over the button the button should display graphic A, when the mouse is over the button 
the graphic should be graphic B.  What is the best way to do this with struts.
    s45652001> I have had a look at the
    s45652001> <html:button>  

    s45652001> tag but am not having much luck getting it to work for me.  Should I 
use Struts for this, or plain javascript?

The "html:button" tag has a "onmouseover" attribute, which can be used to
specify the javascript to execute on the "mouseover" event.

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]   ; BrainBench CJ12P (#12004)


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to