服務(wù)器端生成<%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%>客戶(hù)端生成<div id=div1></div><script language=vbscript>if .... 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提交時(shí)document.all("frame1").form1.submit()document.all("frame2").form1.submit()</script>以上方法說(shuō)明了一個(gè)思路,沒(méi)有經(jīng)過(guò)驗(yàn)證,請(qǐng)自行驗(yàn)證。
新聞熱點(diǎn)
疑難解答
圖片精選
網(wǎng)友關(guān)注