Fires when the user aborts the download.
![]() |
Syntax
| HTML Attribute | <element onabort = "handler(event)"> |
|---|---|
| Event Property | object.onabort = handler; |
| addEventListener Method | object.addEventListener("abort", handler, useCapture) |
Event information
| Synchronous | No |
|---|---|
| Bubbles | No |
| Cancelable | No |
Event handler parameters
- pEvtObj [in]
-
Type: IHTMLEventObj
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 6.1.6.2
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
