Files
UXP-Fixed/xpfe/test/child-window.html
2018-02-02 04:16:08 -05: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>