HTML

 <a href="javascript:void(0);" hideFocus="true">

或者用CSS

a{ text-decoration:none}
a:hover{ text-decoration:none}
a:visited{ text-decoration:none}
a{blr:expression(this.onFocus=this.close());} /* 只支持IE,过多使用效率低 */
a{blr:expression(this.onFocus=this.blur());} /* 只支持IE,过多使用效率低 */
a:focus { -moz-outline-style: none; } /* IE不支持 */
a:focus { outline: none; } /*很多网站都会加的属性*/