iframeから親ページにアクセスする(そして親ページを変更する)方法はありますか?
<body>
<iframe src="frame1.html" name="frame1" height="100%"></iframe>
<div id="test1"></div>
</body>
frame1.htmlにあり、クリックされたときにテキスト" "を<a href=..>に追加したいと思います。<h1>clicked</h1><div id="test1"></div><a href..>
ありがとう。