据说是安全问题,IE7 地址栏会显示出来 通过自定义DIV来模拟吧

解决方案 »

  1.   

    这个是没有办法了,除非你不用IE。用DIV是好办法,随便定义,还可以免除嗒嗒的声音。
      

  2.   

    呵呵,好像暂时没发现什么好办法。
    IE7如果不加入信任站点的话,是不会在标题上显示你所说的地址的
    不过会显示地址栏。IE6和IE7相反,加入信任站点不显示,不加入的话,就会在标题显示。
      

  3.   

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title>Dreamweaver</title>
    <script type="text/JavaScript">
    <!--
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    }
    //-->
    </script>
    </head>
    <body>
    <a href="#" onclick="MM_openBrWindow('http://www.baidu.com','','width=250,height=500')">http://www.baidu.com</a>
    </body>
    </html>