mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
6 lines
185 B
HTML
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>
|