summaryrefslogtreecommitdiffstats
path: root/xpfe/test/child-window.html
blob: 228ea34622eb5b591655fe330517747f2ff99a1d (plain)
1
2
3
4
5
<html><body onload="
  var gLoadEventTime = (new Date()).getTime();
  if (window.opener) 
    window.setTimeout('window.opener.childIsOpen('+gLoadEventTime+');',1000);
"></body></html>