<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">

		<div id="Description">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">onabort</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">3</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</span>&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Bubbles: No; Cancelable: No&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Fires if an <span class="literal">img</span> element's content
fails to complete loading due to user interruption (e.g., clicking
<span class="emphasis">Stop</span> or rapidly navigating to
another page) or other failure (e.g., timeout due to network
traffic). The W3C DOM applies this event only to the
<span class="literal">object</span> element, which, in the W3C standards view
(but not yet widely supported in browsers), is the desired way to
embed an image into a page.
</p>
							</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="typicaltargets"><span class="title">Typical Targets</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>			The <span class="literal">img</span> element.</p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>