window.parent與window.opener的區(qū)別與使用
來源:易賢網(wǎng) 閱讀:1020 次 日期:2015-04-21 09:59:09
溫馨提示:易賢網(wǎng)小編為您整理了“window.parent與window.opener的區(qū)別與使用”,方便廣大網(wǎng)友查閱!

1、window.parent 是iframe頁面調(diào)用父頁面對(duì)象

舉例: a.html

<html>

<head><title>A</title></head>

<body>

<form name=”form1″ id=”form1″>

<input type=”text” name=”username” id=”username”/>

</form>

<iframe src=”b.html” width=100%></iframe>

</body>

</html>

如果我們需要在b.html中要對(duì)a.html中的username文本框賦值(就如很多上傳功能,上傳功能頁在ifrmae中,上傳成功后把上傳后的路徑放入父頁面的文本框中),我們應(yīng)該在b.html中寫:

<script type=”text/javascript”>

var _parentWin = window.parent;

_parentWin.form1.username.value = “xxxx”;

</script>

2、window.opener 是 window.open 打開的子頁面調(diào)用父頁面對(duì)象

opener:對(duì)打開當(dāng)前窗口的window對(duì)象的引用,如果當(dāng)前窗口被用戶打開,則它的值為null。

self代表自身窗口,opener代表打開自身的那個(gè)窗口,比如窗口a.html打開窗口b.html。如果靠window.open方法,則對(duì)于窗口b.html,self代表b.html自己,而opener代表窗口a.html。

舉例:a.html

<input type=”text” name=”username” id=”username”/>

<a onclick=”window.open(this.href,”,’resizable=yes,width=800,height=600,status’); return false” href=”b.html”>B</a>

如果需要在b.html中對(duì)a.html中的表單元素賦值,我們應(yīng)該在b.html中這么寫

<a href=”javascript:try{window.opener.document.getElementById(‘username’).contentWindow.

frames[0].document.getElementsByTagName(‘body’)[0].innerHTML+=’xxx‘}catch(e){};window.close();“>插入</a>

在后面用window.close關(guān)閉b.html。WindsPhoto 2.7.3 中在文章編輯頁面彈出新窗口(圖片列表)后,選擇插入已上傳圖片便是如此實(shí)現(xiàn)的。

更多信息請(qǐng)查看IT技術(shù)專欄

更多信息請(qǐng)查看腳本欄目
易賢網(wǎng)手機(jī)網(wǎng)站地址:window.parent與window.opener的區(qū)別與使用
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國(guó)考·省考課程試聽報(bào)名

  • 報(bào)班類型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢 | 簡(jiǎn)要咨詢須知 | 新媒體/短視頻平臺(tái) | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)