
Cut and paste the source code of the above script here (Read How
to Cut N Paste for help)
<!-------------Cut------------>
<HTML> <HEAD> <TITLE>Mouse Click Effects</TITLE> <SCRIPT> <!-- // Script Editor: Howard Chen // Browser Compatible for the script: IE 4.0 or Higher // Netscape 3.0 or Higher // Get more JavaScripts at http://members.xoom.com/7432/ // Bugs report to hchen007@geocities.com // This script is free as long as you keep its credits
function ShowPicture(nam,Pic)
{
document.images[nam].src = Pic
}
//-->
</SCRIPT>
</HEAD>
<BODY>
<!-- Change the SHOWPAD to the name you want, remember to name all your images and put their
name in the ShowPicture('SHOWPAD','MouseOver.gif') where SHOWPAD is. You can make
more than one image to animate this way if you name them differently -->
<A HREF="javascript: ShowPicture('SHOWPAD','MouseClick.gif')" onMouseOut="ShowPicture('SHOWPAD','NoMouse.gif')">
<IMG SRC="NoMouse.gif" NAME="SHOWPAD" BORDER=0>
</A>
</BODY>
</HTML>
<!-------------End------------>IMPORTANT: The scripts provided in this page are free as long as you keep the credits in the code. E-mail me or use Script Rebuild Service for additional help about Cut N Paste or to ask for a script that is just for you.