服务器端生成
<%
if ..... then
response.write ""
end if
if ..... then
response.write ""
end if
%>
客户端生成
if .... then
str=""
end if
if ... then
str=str&""
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>
以上方法说明了一个思路,没有经过验证,请自行验证。
Copyright © 2019- ysem.cn 版权所有
违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务