首頁 > web前端 > js教程 > 主體

动态加载iframe_JavaScript

WBOY
發布: 2016-05-16 19:29:17
原創
1115 人瀏覽過
服务器端生成
"
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>
登入後複製
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新問題
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板