[thelist] JavaScript - form.submit()

Aylard JA (James) jaylard at equilon.com
Tue Aug 1 15:11:15 CDT 2000


Sasha Sklar wrote:
> Umm, how?

	Here's one way:

<input type="image" src="Images/Img1.jpg"
	onmouseover="src='Images/Img2.jpg';"
	onmouseout="src='Images/Img1.jpg';">

	Of course, the more elegant way might be to call a function, but
this gives the idea, anyway.

James Aylard
jaylard at equilon.com




More information about the thelist mailing list