Image onerror 事件

2018-08-04 20:40 更新

Image onerror 事件

Image 對象參考手冊 Image 對象

定義和用法

onerror 事件會(huì)在文檔或圖像加載過程中發(fā)生錯(cuò)誤時(shí)被觸發(fā)。

語法

onerror="JavaScriptCode"

參數(shù) 描述
JavaScriptCode 必需。規(guī)定該事件發(fā)生時(shí)執(zhí)行的 JavaScript。


瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主要瀏覽器都支持 onerror 事件


實(shí)例

實(shí)例

在本例中,如果裝載圖像時(shí)發(fā)生了錯(cuò)誤,則顯示一個(gè)對話框:

<img src="image.gif" onerror="alert('The image could not be loaded.')">

嘗試一下 ?


Image 對象參考手冊 Image 對象
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號