<A Href="test.htm" OnMouseOver="window.status='Install certificate';return true;" OnMouseOut="window.status='';return true;">Install this certificate</A>

解决方案 »

  1.   

    <script>
      function show(){
     window.open("test.htm")}
    </script>
    <A Href="#" onclick="show()">Install this certificate</A> 
      

  2.   

    window.open 还可改为
     self.location="test.htm"
      

  3.   

    函数后面加
    window.status=“”
      

  4.   

    <body bgcolor=<?=$backgroundcolor?> leftmargin=0 topmargin=0 vlink=333333 link=333333 alink=333333 onmousemove="window.status='欢迎光临【织梦乱弹】http://www.bihu.net,http://dwbbs.yeah.net';">
      

  5.   

    谢谢大家的帮忙,不过我想您们可能还是不明白我的意思。
    BIHU的方法可以实现不在状态栏里显示URL,但不知哪位高手能解决在点击一个链接后在新的页面里隐藏URL,请一定指教。
    我要的是一个通用的事件,而不是为每个链接都去加上一个事件处理函数,就像下面这样:
    <script language="javascript">
    function document.onclick()
    {
      if (window.event.srcElement.tagName == "A")
      {
        alert("you clicked a link:" + window.event.srcElement.href);
        // comment the following line out if you want to go to the link
        window.event.returnValue = false;  // do not go to the link
      }
    }
    </script><a href="a.html">a</a><br>
    <a href="b.html">b</a><br>
    <a href="c.html">c</a>   
      

  6.   

    那是DNS上做的!!!你去申请一个免费的MY163或者和你的域名管理商联系下让他们设置下 或者用桢来做。。