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

首頁 > 編程 > JavaScript > 正文

javascript消除window.close()的提示窗口

2019-11-20 12:26:37
字體:
供稿:網(wǎng)友

Window.close()這句腳本是用來關(guān)閉當(dāng)前窗口,如果是在window.open的窗口中執(zhí)行Window.close(),將會(huì)很順利地將窗口關(guān)閉,但如果是在一非window.open打開的窗口中執(zhí)行Window.close(),將會(huì)彈出一個(gè)提示窗口,如下:

要在程序中消除這個(gè)提示框也很簡(jiǎn)單,不過在IE6和IE7稍有不同

1. IE6

<html xmlns="http://www.w3.org/1999/xhtml" ><head id="Head1" runat="server">  <title>IE6Close</title>  <script type="text/javascript">  function closeWin()  {    window.opener=null;    window.close();  }  </script></head><body>  <form id="form2" runat="server">  <div>    <input id="btnClose" type="button" value="close" onclick="closeWin()"/>  </div>  </form></body></html> 

2.IE7

<html xmlns="http://www.w3.org/1999/xhtml" ><head id="Head1" runat="server">  <title>IE7Colse</title>  <script type="text/javascript">  function closeWin()  {    window.open('','_self','');    window.close();  }  </script></head><body>  <form id="form2" runat="server">  <div>    <input id="btnClose" type="button" value="close" onclick="closeWin()"/>  </div>  </form></body></html>

以上所述就是本文的全部?jī)?nèi)容了,希望大家能夠喜歡。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 北碚区| 林芝县| 井陉县| 曲周县| 嫩江县| 吕梁市| 临泽县| 石首市| 凤城市| 沁阳市| 秦皇岛市| 铜山县| 静乐县| 岳阳市| 宜兴市| 灵台县| 乌拉特后旗| 安泽县| 祁阳县| 桐梓县| 望奎县| 封开县| 清原| 娄烦县| 吉木乃县| 博野县| 华阴市| 南宁市| 龙川县| 大石桥市| 特克斯县| 平泉县| 宁波市| 隆子县| 鹤岗市| 栾川县| 通海县| 固原市| 红原县| 民权县| 龙门县|