blob: a92480d06077a498848ba3f9fac7ac96ffbb8de7 [file] [log] [blame]
<body onload="loaded()">
<script>
function loaded() {
var msg = { "width": window.outerWidth, "height": window.outerHeight };
if (window.dialogArguments != undefined) {
window.returnValue = msg;
window.close();
} else
window.opener.postMessage(msg, '*');
}
</script>
</body>