Mozilla/mozilla/xpfe/test/child-window.html
pchen%netscape.com c76be4ff30 Not part of build. Added jrgm's window open test files to tree to make
available to tinderboxen


git-svn-id: svn://10.0.0.236/trunk@107118 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-02 20:37:44 +00:00

6 lines
185 B
HTML

<html><body onload="
var gLoadEventTime = (new Date()).getTime();
if (window.opener)
window.setTimeout('window.opener.childIsOpen('+gLoadEventTime+');',1000);
"></body></html>