Return to Snippet

Revision: 24134
at February 22, 2010 01:33 by nkm


Initial Code
if (window.opener && window.opener.open && !window.opener.closed)
{
  // Do things
}

Initial URL
http://www.webdeveloper.com/forum/archive/index.php/t-28944.html

Initial Description


Initial Title
Check if original window opener is still open

Initial Tags
window

Initial Language
JavaScript