Mypal/xpfe/test/child-window.html

6 lines
185 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<html><body onload="
var gLoadEventTime = (new Date()).getTime();
if (window.opener)
window.setTimeout('window.opener.childIsOpen('+gLoadEventTime+');',1000);
"></body></html>