parent <script><br> function parentFunction() {<br> alert('function in parent');<br> }<br>
function callChild() {<p> child.window.childFunction();<br> /*<br> child is the name attribute value of the iframe, <br> cannot be the id, because the id cannot be obtained from the iframe under FireFox Object<br> */<br> }<br></script>