Triple Flip Button
Script by: se1415@hotmail.com
Back to basics! This is a simple triple Event Handler script that runs three images. Here's the format: You'll need to change out the images for your needs.
<A href="http://www.htmlgoodies.com"
onMouseOver="document.img.src='2.bmp'"onMouseOut="document.img.src='1.bmp'"
onclick="document.img.src='3.bmp'"></a>
Back to the Image Scripts