<base onmouseover="window.status='';return true">

<body onmouseover="window.status='';return true">

解决方案 »

  1.   

    <a href="http://zhanghing.yeah.net"; onMouseOver="window.status="none"; return true">链接</a>
      

  2.   

    刚才发错了 <a href="http://zhanghing.yeah.net"; onMouseOver="window.status=''; return true">链接</a>
      

  3.   

    回复人: KimSoft(革命的小酒天天醉)  
     
       不过鼠标按下时还是可见链接的。没想出好办法。
      
     現在就是要解瘊這個問題,不知道有沒有別的方法呢?
      

  4.   

    直接用onClick="location.href='http://url'"不就完事了,何必这么麻烦啊
      

  5.   

    <style>
     a {cc:expression(window.status='')}
    </style>
    加这句吧.