8 lines
164 B
HTML
8 lines
164 B
HTML
![]() |
<html>
|
||
|
<body>
|
||
|
<script type="text/javascript" charset="utf-8">
|
||
|
window.opener.postMessage('size: ' + innerWidth + ' ' + innerHeight, '*')
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|