Raw File
child-window.html
<html><body onload="
  var gLoadEventTime = (new Date()).getTime();
  if (window.opener) 
    window.setTimeout('window.opener.childIsOpen('+gLoadEventTime+');',1000);
"></body></html>
back to top