amanbatra
Technical User
- Jul 4, 2008
- 4
please tell me the way to use onerror event..
i m following w3schools...but it is not clear there..!!
thanx
i m following w3schools...but it is not clear there..!!
thanx
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<img src='[URL unfurl="true"]http://someremotesite/pics/353.jpg'[/URL] onerror="this.src='backup.gif'">
<img src='[URL unfurl="true"]http://someremotesite/pics/353.jpg'[/URL] onerror="this.onerror=null;this.src='backup.gif'">