Hi, I want to have a sbmit button with mouse over, what's wrong here :
<input type="image" name="submit" src="<bean:write name='ctxtPath'/>/coeuslite images/b_submit.gif" width="62" height="22" border="0"
onMouseOut="window.status='';MM_swapImgRestore()"
onMouseOver="window.status='';MM_swapImage('imageField','','<bean:write name='ctxtPath'/>/coeuslite images/b_submit_over.gif',1)"/>
thank you.
<input type="image" name="submit" src="<bean:write name='ctxtPath'/>/coeuslite images/b_submit.gif" width="62" height="22" border="0"
onMouseOut="window.status='';MM_swapImgRestore()"
onMouseOver="window.status='';MM_swapImage('imageField','','<bean:write name='ctxtPath'/>/coeuslite images/b_submit_over.gif',1)"/>
thank you.