使用 IE6 cann't open the Internet site 已終止操作__ie6

來源:互聯網
上載者:User

      轉自:http://blog.csdn.net/pk490525/article/details/7575820

      今日發現一個問題,我的網頁需要用到<base target="_self" />,經測試IE8,9  Google   Firefox全都正常,但是IE6

showModalDialog視窗中使用時,竟然碰出個cann't open the Internet site 已終止操作的問題,經過多方尋找,終於解決了,引用別人一下:

        1:如果有用到</s:head>,請將其去掉

        2:如果介面中引用了My97日期控制項,則注意引入JS的位置

        IE6中使用時,如果有 base target標籤 必須在日期控制項載入後設定
        即
        <script language="javascript" type="text/javascript" src="../My97DatePicker/WdatePicker.js"></script>
        <base target="_self" />

 

             很不幸的是,我上面兩條全中了,照著改了,發現好了,太好了

            貼下代碼:

        <head>
                <title>*******</title>
 
                <link href="../css/main_style.css" type="text/css" rel="stylesheet">
                 <link href="../css/table.css" type="text/css" rel="stylesheet" media="all">
 
               <script type="text/javascript" src="../js/global.js"></script>
               <script type="text/javascript" src="../js/jquery.js"></script>
                <script type="text/javascript" src="../My97DatePicker/WdatePicker.js"></script>
 
               <base target="_self" />
        </head>

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.