Image.onerror() Handler
Name
Image.onerror() Handler---invoked on error during image loading
Synopsis
<IMG SRC="url"
onError="handler" a definition of the handler
...>
image.onerror a reference to the handler
image.onerror(); an explicit invocation of the handler
onerror() is an event handler invoked when an error
occurs while the specified image is loading (for example,
the network goes down, or the specified URL does not contain
image data). This event handler is defined by the
onError attribute of an <IMG> tag. The
value of this attribute may be any number of JavaScript
statements, separated by semicolons; these statements will
be executed only when an error occurs while loading the
specified image.
Image.onabort()
Image.onload()
file: /Techref/language/JAVA/script/definitive/refp_171.htm,
4KB, , updated: 2019年10月14日 16:00, local time: 2025年9月28日 12:27,
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE.
Questions?<A HREF="http://techref.massmind.org/techref/language/JAVA/script/definitive/refp_171.htm"> [Chapter 21] Reference: Image.onerror()</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to techref.massmind.org!
.