<a hrer="aa.htm" onmousemove="window.status=''">aa</a>

解决方案 »

  1.   

    <a hrer="aa.htm" onmousemove="window.status=new Date();">aa</a>
      

  2.   

    <a href="#"><img src="file:///C|/Inetpub/wwwroot/w/YS.gif" alt="123" width="88" height="31" border="0"></a>
    把alt="123"属性去掉就OK了
      

  3.   

    不好用!<a href="javascript:openwin('../aa.aspx?con_id=<%#DataBinder.Eval(Container.DataItem, "id")%>','width=760,height=550'); onmousemove="window.status=''"">aa</a>
    请告诉一下怎么办?
      

  4.   

    用span就好了
    <span style='cursor:hand;' onclick="window.location='aa.htm';">aa</span>