<html> <head> <title></title> </head> <body> <script type="text/javascript"> function a(){ alert("マウスアップ"); } </script> <img src="http://www.confrage.com/88_31.png" onmouseup="a()"> </body> </html>