オンマウスで拡大する即非蓮 2010年7月8日











<html> <head> <title>オンマウスで画像拡大</title> <SCRIPT language="JavaScript"> <!-- function setImageScale(theImg,w,h) { theImg.width = w; theImg.height = h; } //--> </SCRIPT> </head> <body bgcolor=#008080> <center> <Img Src="画像のURL-0" Width="100" Height=" 68" onMouseover="setImageScale(this,400,274)" onMouseout="setImageScale(this, 100, 68)"> <p> </center> </body> </html>
今朝、なにかの折りにショートカットにしておいた、URLを実行。なかなか、いい。
使える。
inserted by FC2 system