午夜国产狂喷潮在线观看|国产AⅤ精品一区二区久久|中文字幕AV中文字幕|国产看片高清在线

    JS關(guān)閉窗口或JS關(guān)閉頁面的幾種代碼分享
    來源:易賢網(wǎng) 閱讀:903 次 日期:2014-11-17 15:57:44
    溫馨提示:易賢網(wǎng)小編為您整理了“JS關(guān)閉窗口或JS關(guān)閉頁面的幾種代碼分享”,方便廣大網(wǎng)友查閱!

    這篇文章介紹了JS關(guān)閉窗口或JS關(guān)閉頁面的幾種代碼,有需要的朋友可以參考一下

    第一種:JS定時自動關(guān)閉窗口

    代碼如下:

    <script language="javascript">

    <!--

    function closewin(){

    self.opener=null;

    self.close();}

    function clock(){i=i-1

    document.title="本窗口將在"+i+"秒后自動關(guān)閉!";

    if(i>0)setTimeout("clock();",1000);

    else closewin();}

    var i=10

    clock();

    //-->

    </script>

    第二種:點擊鏈接沒有提示的JS關(guān)閉窗口

    代碼如下:

    <a href="javascript:self.close()" >關(guān)閉窗口</a>

    第三種:窗口沒有提示自動關(guān)閉的js代碼

    <script language=javascript>

    <!--

    this.window.opener = null;

    window.close();

    //-->

    </script>

    第三種:php代碼提交窗口之后提示信息并自動關(guān)閉窗口的js代碼

    代碼如下:

    document.write "<script language=javascript>alert('您的留言發(fā)送成功,我們看到后及時與您聯(lián)系!');opener=null;window.close();</script>"

    自動返回上一頁的代碼:

    代碼如下:

    document.write("<script language=""JavaScript"">alert(""您的留言發(fā)送成功,我們看到后及時與您聯(lián)系!"");history.go(-1);</script>")

    IE6-7 JS關(guān)閉窗口不提示的方法

    方法一:

    js 代碼

    代碼如下:

    function CloseWin() //這個不會提示是否關(guān)閉瀏覽器

    {

    window.opener=null;

    //window.opener=top;

    window.open("","_self");

    window.close();

    }

    方法二:

    open.html

    代碼如下:

    js 代碼

    function open_complex_self() {

    var obj_window = window.open('close.html', '_self');

    obj_window.opener = window;

    obj_window.focus();

    }

    close.html

    js 代碼

    代碼如下:

    window.close();

    另附:

    代碼如下:

    //普通帶提示關(guān)閉

    function closeie(){

    window.close();

    }

    //關(guān)閉IE6不提示

    function closeie6(){

    window.opener=null;

    window.close();

    }

    //關(guān)閉IE7不提示

    function closeie7(){

    window.open('','_top');

    window.top.close();

    更多信息請查看IT技術(shù)專欄

    更多信息請查看腳本欄目
    易賢網(wǎng)手機網(wǎng)站地址:JS關(guān)閉窗口或JS關(guān)閉頁面的幾種代碼分享
    由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

    2025國考·省考課程試聽報名

    • 報班類型
    • 姓名
    • 手機號
    • 驗證碼
    關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機站點 | 投訴建議
    工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號
    云南網(wǎng)警備案專用圖標(biāo)
    聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
    咨詢QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
    云南網(wǎng)警報警專用圖標(biāo)