w3pop.com :: ÍøÂçѧԺ :: WEBÉè¼Æ×ÛºÏ :: µã»÷Á¬½Óʱ²»³öÏÖÐé±ß¿òµÄ·½·¨
1.ʹÓÃJS
<script>
function document.onclick(){
if(event.srcElement.tagName=="A")
event.srcElement.blur()
}</script>
<a href=####>Testlink</a>
2.ʹÓÃCSS
<style>
a{dovia:expression(this.onfocus=this.blur);cursor:hand}
</style>
<a href=####><img src=http://www.dovia.net/logo.gif border=0></img>
</a>
3.ʹÓÃCSS
<a href=#### hidefocus=true style="cursor:hand">
<img src=http://www.dovia.net/logo.gif border=0></img>
</a>
4.ʹÓÃJS
<a href=# onfocus="blur()">
<img src=http://www.dovia.net/logo.gif border=0>
</a>
ÆÀÂÛ (0)
All