今日一日中取り組んだ結果、ついにオンラインで解決策を見つけました
注: 問題は、親ページで子ページを呼び出す方法です。 。 。 。 。
親ページ:parent.html
parent
<script><br> functionparentFunction() {<br>alert('親の関数');<br> }<br>
function callChild() {<p> child.window.childFunction();<br> /*<br> child は iframe の name 属性値であり、<br> を id にすることはできません。 FireFox オブジェクト<br> */<br> }<br></script>