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

首頁 > 語言 > JavaScript > 正文

js 調(diào)用父窗口的具體實現(xiàn)代碼

2024-05-06 15:49:10
字體:
來源:轉載
供稿:網(wǎng)友
想要實現(xiàn)如題所示:父窗體需要頂一個show()方法,具體實現(xiàn)代碼如下,感興趣的朋友可以參考下哈,希望對大家有所幫助

opener.show();
父窗體需要頂一個show() 方法
父面頁代碼:

復制代碼 代碼如下:


<!DOCTYPE HTML PUBLIC "-//IETF//DTD LEVEL1//EN">
<html>
<head>
<title>html.html</title>

<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="this is my page">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!--<link type="text/css" href="./styles.css">-->
</head>
<body>

<div>
<button>open new page</button>
</div>

<script>

window.onload=function(){

var btn = document.getElementById("btn");

btn.onclick = openPage;

function openPage(){
try {
window.open('newpage.html');
}catch(e){
alert(e);
}
//alert("ok");
}
}
function show(){
document.title=new Date();
}
</script>
</body>
</html>


newpage.html 代碼 需要打開的頁面

復制代碼 代碼如下:


<!DOCTYPE HTML PUBLIC "-//IETF//DTD LEVEL1//EN">
<html>
<head>
<title>newpage.html</title>

<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="this is my page">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!--<link type="text/css" href="./styles.css">-->
</head>
<body>
<button>單擊</button>
<script>

function fun(){
opener.show();
}

</script>
</body>
</html>

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 台东县| 类乌齐县| 佛冈县| 丽江市| 化德县| 页游| 资阳市| 东莞市| 韶山市| 始兴县| 甘谷县| 岚皋县| 华容县| 鸡西市| 化州市| 安庆市| 富宁县| 宾川县| 始兴县| 兰溪市| 霞浦县| 武隆县| 天等县| 沙湾县| 湘乡市| 碌曲县| 温泉县| 绥棱县| 安陆市| 剑阁县| 闵行区| 陆川县| 镇赉县| 云和县| 呈贡县| 唐海县| 西乌珠穆沁旗| 广南县| 大名县| 汉川市| 广灵县|