7.イベント<49p>


<html>
<head>
<title>Image Comment</title>
</head>
<script language="JavaScript">
<!--
function Masege1(){
document.myForm.myText.value="花1";
}
function Masege2(){
document.myForm.myText.value="花2";
}
function Masege3(){
document.myForm.myText.value="花3";
}
//-->
</script>
</HEAD>
<BODY>
画像を通過すると・・・。
<HR>
<img src="imge/PHT_003.JPG"onMouseOver="Masege1()"width=213>
<img src="imge/PHT_004.JPG"onMouseOver="Masege2()"width=213>
<img src="imge/PHT_005.JPG"onMouseOver="Masege3()"width=213><p>
<form name="myForm">
<INPUT Type="text"name="myText"size="20"value="花の説明">
</form>
</body>
</html>


画像を通過すると・・・。