1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-19 14:59:10 +00:00
Files
UXP/xpfe/test/child-window.html
T

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>