时间:2021-07-01 10:21:17 帮助过:8人阅读
本文实例讲述了JS实现向iframe中表单传值的方法。分享给大家供大家参考,具体如下:
给iframe加contentWindow属性后,才能赋值,在IE,firefox测试一切ok.
例如:
页面a.jsp
页面b.jsp:
<form name="ExecuteForm" method="post" action=""> <input type="hidden" name="Sql" id="Sql"> <input type="hidden" name="Result" id="Result"> </form>
以上就是JS向iframe中表单传值的实现方法的详细内容,更多请关注Gxl网其它相关文章!