Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mouseOver, why not correct

Status
Not open for further replies.

mlotfi

Programmer
Oct 14, 2003
26
0
0
US
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.
 
You are in the wrong forum. This forum deals with the Enterprise Edition of Java. Not Javascript. There is a separate forum for that since it has nothing to do with Java what-so-ever.

Tim
 
Hi

Beside those mentioned by Tim, if you posted here because you use JSP, then you are still wrong. That would belong to forum695 ( Sun: Servlets and JSP ).

And a hint : use [tt][ignore]
Code:
[/ignore][/tt] and [tt][ignore]
[/ignore][/tt] tags around posted code. Is easier to tell apart one double quote and two single quotes.

Regardless in you will repost this question in JavaScript or JSP forum, could be a good idea to post the generated HTML output too, and if you have, the error message.

Feherke.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top