Nossos voluntários ainda não traduziram este artigo para o Português (do Brasil) . Junte-se a nós e ajude a fazer o trabalho!
Summary
Returns a reference to the window that opened this current window.
Syntax
objRef = window.opener;
Example
if (window.opener != indexWin) { referToTop(window.opener); }
Notes
When a window is opened from another window (using Window.open
), it maintains a reference to that first window as window.opener. If the current window has no opener, this method returns NULL.
Windows Phone browser does not support window.opener (tested with Microsoft Edge 25.10586.36.0). It is also not supported in IE if the opener is in a different security zone.
In some browsers, a rel="noopener"
attribute on the originating anchor tag will prevent the window.opener
reference from being set.
Etiquetas do documento e colaboradores
Etiquetas:
Colaboradores desta página:
endemic,
bedwards,
chrisdavidmills,
Loadmaster,
fscholz,
teoli,
varenc,
iamanupmenon,
ethertank,
Sheppy,
ziyunfei,
Mook_sb,
Matej Lednar,
my49cn,
Mgjbot,
Ptak82,
BenoitL,
Dria,
JesseW
Última atualização por:
endemic,