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

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

主站蜘蛛池模板: 亚洲成年网站 | 日韩在线精品 | 伊人久色 | 免费激情网 | 久久国产乱子免费精品 | 国产精品久久精品福利网站 | 国产成人综合亚洲 | 国产欧美精品一区二区色综合 | 在线成人 | 国产小视频在线看 | 成人午夜视频在线观 | 国产网红在线观看 | 国产怡红院| 亚洲成a人片在线v观看 | 日韩免费毛片 | 午夜久久久精品 | 免费视频一区二区三区四区 | 伊人婷婷色 | 欧美一级xxxx俄罗斯一级 | 91成人影院未满十八勿入 | 亚洲五月花丁香花社区 | 中文字幕精品1在线 | 五月天激情综合网 | 亚洲九九视频 | 国产91精品一区二区麻豆网站 | 天天成人综合网 | 91在线精品麻豆欧美在线 | 性天堂网 | 国产精选在线视频 | 亚洲一区二区三区免费视频 | 在线视频观看亚洲 | 亚洲一二四区性毛片1在线 亚洲一级黄色毛片 | 91大神免费视频 | 伊人天伊人天天网综合视频 | 国产成人精品一区二区视频 | 天天做天天爱夜夜爽 | 成人午夜在线视频 | 国产在亚洲线视频观看 | 成人激情免费视频 | 日韩亚洲一区二区三区 | 国产小视频在线免费观看 |