Dactyloidae/dom/html/test/file_window_open_close_outer.html

5 lines
165 B
HTML
Raw Normal View History

<html>
<body>
<a id="link" href="file_window_open_close_inner.html" target="_blank" onclick="setTimeout(function () { window.close() }, 0)">link</a>
</html>
</body>