'onAbort' Syntax and Note : onAbort « Event Handlers Reference « JavaScript Reference

'onAbort' Syntax and Note

Note:
    
Fires when the user aborts the download of an image.

To trigger this event you must do one of the following: 
   1)click the browser's stop button, 
   2)navigate to another page, or 
   3)click another link on the page.
      
      








Related examples in the same category

1.'onAbort' Example
2.'onAbort' Properties
3.'onAbort' is applied to