7.イベント<52p>


<html>
<head>
<title>Image Comment</title>
<script language="JavaScript">
<!--
function Masege1(){
myForm.innerHTML="<h3>りんご:</h3>りんご。";
}
function Masege2(){
myForm.innerHTML="<h3>かき:</h3>かき。";
}
function Masege3(){
myForm.innerHTML="<h3>みかん</h3>みかん";
}
//-->
</script>
</HEAD>
<BODY>
果物の説明を表示
<HR>
<table border="1">
<tr>
<td><IMG src="imge/PHT_058.JPG"onMouseOver="Masege1()"width=80></td>
<td rowspan=3 valign=top width=200>
<DIV id="myForm">画像の説明</DIV>
</td>
<tr>
<td><IMG src="imge/PHT_059.JPG"onMouseOver="Masege2()"width=80></td>
<tr>
<td><IMG src="imge/PHT_061.JPG"onMouseOver="Masege3()"width=80></td>
</tr>
</table>
</body>
</html>


果物の説明を表示
画像の説明