Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html>
<body>
Opened Window<br/>
<script>
window.onload = function() {
window.opener.parent.parent.postMessage({result: window.location.href}, "*");
window.close();
}
</script>
</body>
</html>