ImageButtonの onmouseout onmouseover で画像を入れ替える  次の文書

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

If Not IsPostBack Then
 確認.Attributes("onmouseout") = "src='img/b_confirm_off.gif'"
 確認.Attributes("onmouseover") = "src='img/b_confirm_on.gif'"
 戻る.Attributes("onmouseout") = "src='img/b_back_off.gif'"
 戻る.Attributes("onmouseover") = "src='img/b_back_on.gif'"
 送信.Attributes("onmouseout") = "src='img/b_send_off.gif'"
 送信.Attributes("onmouseover") = "src='img/b_send_on.gif'"
End If

End Sub

 



← 左の文字をここへ入力後 登録ボタンをクリックしてください

(サイト管理者承認後掲載されます)