abort | onabort event

0 out of 1 rated this helpful - Rate this topic

Fires when the user aborts the download.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 6.1.6.2

Syntax

HTML Attribute <element onabort = "handler(event)">
Event Property object.onabort = handler;
addEventListener Method object.addEventListener("abort", handler, useCapture)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

pEvtObj [in]

Type: IHTMLEventObj

Standards information

Remarks

Halts downloading of the designated image, but not due to an error.

To invoke this event, do one of the following:

  • Click an anchor while the document is loading.
  • Stop loading the document.
  • Navigate to another document.
  • The client stops fetching media data, but not due to an error.

See also

a
abbr
address
area
audio
b
base
bdo
body
blockQuote
br
button
canvas
caption
cite
code
col
colGroup
comment
custom
dd
del
div
dl
document
dt
em
embed
fieldSet
form
head
hn
hr
html
i
iframe
img
input type=button
input type=checkbox
input type=file
input type=hidden
input type=image
input type=password
input type=radio
input type=reset
input type=submit
input type=text
ins
kbd
label
legend
li
link
map
media
meta
object
ol
optGroup
option
p
param
pre
q
rt
ruby
s
samp
script
select
small
source
span
strong
style
sub
sup
table
tBody
td
textArea
tFoot
th
tHead
title
tr
u
ul
var
video
window

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.