jimmyshoes
Programmer
Hi
The following code works in ff and ie but in Safari onblur will not fire on an anchor ( although it works on a textbox). Is there a workaround?
The following code works in ff and ie but in Safari onblur will not fire on an anchor ( although it works on a textbox). Is there a workaround?
Code:
<a href="a.com" onclick="return false;" onblur="alert('blur')">lnk</a>