服务器端生成%if ..... thenresponse.write "iframe name=frame1 src=xxx.html width=0 height=0"end ifif ..... thenresponse.write "iframe name=frame2 src=xxx.html width=0 height=0"end if%客户端生成div id=div1/divscript language=vbscriptif .... then str="iframe name=frame1 src=xxx.html width=0 height=0"end ifif ... thenstr=str&"iframe name=frame2 src=xxx.html width=0 height=0"end if生成IFRMAEdocument.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教程由图老师小编精心推荐选出,过程简单易学超容易上手,喜欢就要赶紧get起来哦!