トップ | 概 説 | 記述の仕方 | 事例: | 1.メッセージ | 2.画像の入替 | 3.画像を動かす | 4.見積計算 |
a b |
function button1_1() {document.button01.src="image/pt_jirei-2_1.jpg"; } function button1_2() {document.button01.src="image/pt_jirei-2_2.jpg"; } |
![]() |
c |
<IMG src="image/pt_jirei-2_2.jpgf" width="141" height="20" border="0" name="button01" onmouseover="button1_2()" onmouseout="button1_1()" alt="ポインセチア"> |