標(biāo)簽">
NEWS
<iframe name=aa width=420 height=330 frameborder=0 scrolling=auto src=URL></iframe>
URL可以是相對路徑,也可以是絕對路徑
name:內(nèi)嵌幀名稱
width:內(nèi)嵌幀寬度(可用像素值或百分比)
height:內(nèi)嵌幀高度(可用像素值或百分比)
frameborder:內(nèi)嵌幀邊框
marginwidth:幀內(nèi)文本的左右頁邊距
marginheight:幀內(nèi)文本的上下頁邊距
scrolling:是否出現(xiàn)滾動條(“auto”為自動,“yes”為顯示,“no”為不顯示)
src:內(nèi)嵌入文件的地址
style:內(nèi)嵌文檔的樣式(如設(shè)置文檔背景等)
allowtransparency:是否允許透明
scrolling表示是否顯示頁面滾動條,可選的參數(shù)為auto、yes、no,如果省略這個參數(shù),則默認為auto。
name是iframe的名字 ,讓超鏈接指向框架則 <a href=URL target=aa>
onclick="iframe.location='http://www.baidu.com'" //名為iframe的框架打開鏈接
onclick="window.open('2.php?id=$id')"
得到父窗口的某一元素的值window.parent.document.getElementById('標(biāo)簽ID').innerHTML
window.parent.window['second'].location='2.htm';//父窗口名為second的框架顯示2.htm
假設(shè)iframe鏈接頁面為a.asp;無法預(yù)知的數(shù)據(jù)為變量b;
如果要傳遞參數(shù),在iframe頁面中調(diào)用b,那么是:
<iframe name="iframe_a" src="a.asp?id=<%=b%>" ></iframe>
如果是要讓整個iframe頁面顯示b,那么是:
<iframe name="iframe_a"></iframe> <script> document.getElementById("iframe_a").document.body.innerHTML=<%=b%>; </script> |
本文由廣州網(wǎng)站建設(shè)公司-三行網(wǎng)絡(luò)原創(chuàng),轉(zhuǎn)載請保留版權(quán)( 廣州網(wǎng)站建設(shè)www.stevenmarcscott.com )三行網(wǎng)絡(luò)——專注于企業(yè)網(wǎng)站建設(shè)、響應(yīng)式營銷型網(wǎng)站定制,歡迎來電咨詢!熱線:020-85628720、15915767698