次のようなコードがあるとします:
<html>
<head>
</head>
<body>
<iframe>
<script>
//execute javascript here to append another piece of javascript in parent body tag
</script>
</iframe>
</body>
</html>
ここで、その iFrame で JavaScript を実行して、別の JavaScript を親 body タグに追加したいと考えています。