概述
服务器端生成 <% if ..... then response.write "<iframe name=frame1 src=xxx.html width=0 height=0>" end if if ..... then response.write "<iframe name=frame2 src=xxx.html width=0 height=0>" end if %> 客户端生成 <div id=div1></div> <script language=vbscript> if .... then str="<iframe name=frame1 src=xxx.html width=0 height=0>" end if if ... then str=str&"<iframe name=frame2 src=xxx.html width=0 height=0>" end if 生成IFRMAE document.all("div1").innerhtml=str 给IFRAME里面的表单控件赋值。 document.all("frame1").document.all("xxx").value=xxx 提交时 document.all("frame1").form1.submit() document.all("frame2").form1.submit() </script> 以上方法说明了一个思路,没有经过验证,请自行验证。
最后
以上就是俭朴自行车为你收集整理的动态加载iframe的全部内容,希望文章能够帮你解决动态加载iframe所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复