<HTML> <iframe name="page1" id="page1" src="file2.htm" onLoad="proc2();"></iframe> <SCRIPT> function proc2() { k=parent.page1.document.forms.length; document.write(k); } </SCRIPT> </HTML>
<HTML><BODY> <form metod="POST" action="..." name="form1" id="form1"> <input type="text" name="param1" value=""> <input type="text" name="param2" value=""> <input type="text" name="param3" value=""> <input type="submit" value="OK"> </form> </BODY></HTML>