一区二区久久-一区二区三区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 兩個窗體之間傳值實現代碼,轉載需保留來源!

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

主站蜘蛛池模板: 加勒比毛片 | 中文一区在线观看 | 黄色网页在线免费观看 | 五月婷婷亚洲综合 | www.激情五月| 一级做a爰片性色毛片视频图片 | 国产在视频线精品视频2021 | 加勒比热 | 国产夫妻精品 | 精品福利视频网 | 亚洲欧美日韩不卡 | 久热香蕉视频 | 久久亚洲综合伊人 | 中文国产成人精品久久水 | 国产视频一区二区三区四区 | 91麻豆精品国产91久久久久 | 欧美精品做人一级爱免费 | 玖玖在线国产精品 | 色哟哟网站在线观看 | 欧美xxxx三人交性视频 | 多人伦交性欧美在线观看 | 91成人在线免费视频 | 欧美性生活网站 | 尹人久久大香找蕉综合影院 | 天天干天天干天天干天天 | 国产精品嫩草影院在线观看免费 | 精品国产午夜肉伦伦影院 | 夜色资源站www国产在线资源 | 精品乩伦视频 | 国产福利免费视频 | 久久久久久91 | 国产亚洲一欧美一区二区三区 | 91久久网 | 午夜欧美性欧美 | 久久久久久久国产精品 | 色香蕉影院 | 国产在线一区视频 | 都市激情综合 | 丁香六月婷婷综合 | 亚洲国产高清一区二区三区 | 一本久道久综合久久鬼色 |