Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Page that postMessage to its opener</title>
<script>
opener.postMessage('Allowed', '*');
</script>