一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

Javascript 兩個窗體之間傳值實現代碼

如我們新建窗體FatherPage.htm:
XML-Code:
復制代碼 代碼如下:
<script type="text/Javascript">
function OpenChildWindow()
{
window.open('ChildPage.htm');
}
</script>
<input type="text" id="txtInput" />
<input type="button" value="OpenChild" onclick="OpenChildWindow()" />

然后在ChildPage.htm中即可通過window.opener來訪問父窗體中的元素:
XML-Code:
復制代碼 代碼如下:
<script type="text/Javascript">
function SetValue()
{
window.opener.document.getElementById('txtInput').value
=document.getElementById('txtInput').value;
window.close();
}
</script>
<input type="text" id="txtInput" />
<input type="button" value="SetFather" onclick="SetValue()" />

其實在打開子窗體的同時,我們也可以對子窗體的元素進行賦值,因為window.open函數同樣會返回一個子窗體的引用,因此FatherPage.htm可以修改為:
XML-Code:
復制代碼 代碼如下:
<script type="text/Javascript">
function OpenChildWindow()
{
var child = window.open('ChildPage.htm');
child.document.getElementById('txtInput').value
=document.getElementById('txtInput').value;
}
</script>
<input type="text" id="txtInput" />
<input type="button" value="OpenChild" onclick="OpenChildWindow()" />

通過判斷子窗體的引用是否為空,我們還可以控制使其只能打開一個子窗體:
XML-Code:
復制代碼 代碼如下:
<script type="text/Javascript">
var child
function OpenChildWindow()
{
if(!child)
child = window.open('ChildPage.htm');
child.document.getElementById('txtInput').value
=document.getElementById('txtInput').value;
}
</script>
<input type="text" id="txtInput" />
<input type="button" value="OpenChild" onclick="OpenChildWindow()" />

光這樣還不夠,當關閉子窗體時還必須對父窗體的child變量進行清空,否則打開子窗體后再關閉就無法再重新打開了:
XML-Code:
復制代碼 代碼如下:
<body onunload="Unload()">
<script type="text/Javascript">
function SetValue()
{
window.opener.document.getElementById('txtInput').value
=document.getElementById('txtInput').value;
window.close();
}
function Unload()
{
window.opener.child=null;
}
</script>
<input type="text" id="txtInput" />
<input type="button" value="SetFather" onclick="SetValue()" />
</body>

JavaScript技術Javascript 兩個窗體之間傳值實現代碼,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 91精品国产综合久久精品 | 色婷婷综合久久久中文字幕 | 国产一起色一起爱 | 多多色 | 99精品视频在线视频免费观看 | 粉嫩粉嫩毛片视频 | 国产成人综合网在线播放 | 亚洲狠狠婷婷综合久久久久 | 天堂色在线 | 一级特黄毛片 | 91九色在线 | 婷婷开心激情网 | 另类图片综合网 | 成人污视频在线观看 | 国产免费69成人精品视频 | 精品一区二区三区三区 | 国产美妇 | 大伊人网 | 日本一区二区三区四区公司 | 国产精品一区二区久久 | 精品乱人伦一区二区三区 | 色吊网 | 在线国产网站 | www久久com| 亚洲人成伊人成综合网久久久 | 在线看的成人性视频 | 欧美ccc| 福利观看 | 国产精品成人免费综合 | 美女视频黄是免费 | 国产视频网站在线 | 午夜福利国产一级毛片 | 成人sese | 伊人久久综合谁合综合久久 | 国产中文字幕在线视频 | 婷婷国产偷v国产偷v亚洲 | 国产精品成人一区二区 | 亚洲高清视频一区 | 国产91精品一区二区视色 | 中文字幕亚洲一区二区va在线 | 欧美激情视频在线观看一区二区三区 |