comparison: xpfe/test/child-window.html
xpfe/test/child-window.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <html><body onload=" |
|
2 var gLoadEventTime = (new Date()).getTime(); |
|
3 if (window.opener) |
|
4 window.setTimeout('window.opener.childIsOpen('+gLoadEventTime+');',1000); |
|
5 "></body></html> |