Mypal/dom/html/test/file_iframe_sandbox_redirec...

10 lines
194 B
HTML

<!DOCTYPE html>
<head>
<script>
onmessage = function(event) {
parent.postMessage(event.data + " redirect target", "*");
}
</script>
</head>
<body>I have been redirected</body>