国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

js操作模態(tài)窗口及父子窗口間相互傳值示例

2019-11-20 14:37:27
字體:
供稿:網(wǎng)友
parent.hmtl
復(fù)制代碼 代碼如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>父窗口</title>
<script type="text/javascript">

window.onload=function(){
var btn=document.getElementById("btn");
btn.onclick=function(){
var obj={
test:"張三傳到子窗口",
win:window
};
var returnValue = window.showModalDialog("child.html",obj,"dialogLeft:100px;dialogTop:100px;dialogWidth:400px;dialogHeight:300px;resizable:yes");
if(returnValue != null){
document.getElementById("content").innerHTML = returnValue;
}
};
}
</script>
</head>
<body>
<div id="content" style="margin:50px;width:100px;height:150px;border:5px solid #0000ff;"></div>
<input type="button" id="btn" value="彈出子窗口">
</body>
</html>

child.html
復(fù)制代碼 代碼如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>子窗口</title>
<script type="text/javascript">
window.onload=function(){
//獲取url的傳參
var args = window.dialogArguments;
var win = args.win;//父窗口對(duì)象
var content=document.getElementById("content");
content.value=args.test;
var btn=document.getElementById("btn");
btn.onclick=function(){
//模態(tài)對(duì)話框?qū)⒅?
window.returnValue = content.value;
window.close();
}
}
</script>
</head>
<body>
<input type="text" id="content"><input type="button" id="btn" value="傳值給父窗口">
</body>
</html
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 邵武市| 定边县| 兴隆县| 平塘县| 浦城县| 苗栗市| 达州市| 上高县| 江达县| 永州市| 新民市| 新营市| 普定县| 桂林市| 德庆县| 垦利县| 大荔县| 福清市| 石狮市| 江达县| 克东县| 田东县| 绥芬河市| 诸暨市| 革吉县| 同心县| 南宫市| 新乡市| 修武县| 株洲市| 福泉市| 华宁县| 衢州市| 通州市| 阿鲁科尔沁旗| 忻城县| 彩票| 巢湖市| 将乐县| 巨野县| 达孜县|