Simple question really. This works in all but IE6:
<html>
<body>
</body>
<select id="test" onchange="blur()">
<option name="one">One</option>
<option name="two">Two</option>
<option name="three">Three</option>
</select>
</html>
Is there anyway to get this working in IE6? JavaScript and JQuery hacks allowed.
Any ideas, remarks or tips? Thanks in advance