ローカルコントロール
<a href = "link1.htm" onfocus = "this.blur()"> link1 </a>
<a href = "link1.htm" onfocus = "this.close()"> link1 </a>
<a href = "link1.htm" hidefocus = "true"> link1 </a>
<a href = "link1.htm" hidefocus = "hidefocus"> link1 </a>
グローバルコントロール
CSS実装
a {blr:expression(this.onfocus = this.close();} /*のみサポートしています。
a {blr:expression(this.onfocus = this.blur();} /*サポートのみ、あまりにも多くの使用は非効率的です* /
A:Focus {-moz-outline-style:none; } / * ieはサポートしていません * /
HTCはIEサポートを実装し、ページはロードされた後にのみ有効になります
次のコードを拡張機能として.htcを含むファイルとして保存します
サンプルコード[www.cuoxin.com]