Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>Outer</title>
<script>
window.onload = function() {
window.opener.postMessage("opened", "*")
}
</script>
</head>
<body>
</body>
</html>