Question : JavaScript

hey i need a java script to change a asp image button picture when the mouse it over it?

Answer : JavaScript

"i got to asp image buttons" Is this different somehow than an html image button?

If not, the first piece of code I posted will do that. Did you try it?

<input border="0" src="imgpic1.gif" name="I1" type="image" onmouseover="this.src='imgpic2.gif'" onmouseout="this.src='imgpic1.gif'" >

You would have to do that for both buttons.
Random Solutions  
 
programming4us programming4us