Forum Moderators: open
1. <a href="http://www.google.com" class="class1">To Google</a>
2. <a href="http://www.google.com" onfocus="this.blur();">To Google</a>
3. <a href="google.com" class="class1" onfocus="this.blur();">To Google</a>
4. <a href="google.com" class="class1" onfocus="this.blur();" onmouseover="window.status='to Google'; return true" >To Google</a>
5. <a href="google.com" class="class1" onfocus="this.blur();" onmouseover="window.status='to Google'; return true" onclick="this.target='_self';">To Google</a>
Could anyone comment?
Why would you want to put add 'onfocus"this.blur();"'? do you have something against keyboard navigators?