HI!
I just wanted to ask a question.
All the code looks good and works exept for this line
<input name="btn1" type="image" onMouseOut="turnYellow()" onMouseOver = "turnGreen()"/>
<img name="signin" src="images/images/images/sign-in.gif" border="0">;
What I am trying to do is use an image instead of the standard submit button.
Anyone know why this may not be working?
Thanks!