<html>
Test file!
<iframe></iframe>
<script>
var win = document.getElementsByTagName('iframe')[0].contentWindow;
win.document.open();
win.document.write("document.write() from parent called.");
win.document.close();
</script>
</html>
<html>
Test file!
<iframe></iframe>
<script>
var win = document.getElementsByTagName('iframe')[0].contentWindow;
win.document.open();
win.document.write("document.write() from parent called.");
win.document.close();
</script>
</html>