Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

GlobalEventHandlers.onabort

Esta tradução está incompleta. Ajude atraduzir este artigo.

Sumário

Um manipulador de eventos que aborta eventos enviados para a janela. (Não disponível para o Firefox 2 ou Safari)

TODO define what "abort" is. Closing the window via window manager? Stopping the load of the page? By which means and reasons (user, network/server)? At which stages would it fire / be catched? For IE, onabort is only available with img tags.

Sintaxe

window.onabort =funcRef
  • funcRef: Reference to a function

Exemplo

window.onabort = function() {
  alert("Load aborted.");
}

Especificação

Especificação Status Comentário
WHATWG HTML Living Standard
The definition of 'onabort' in that specification.
Living Standard  

Etiquetas do documento e colaboradores

 Colaboradores desta página: cezaraugusto
 Última atualização por: cezaraugusto,