<public:attach event="onfocus" onevent="a_blur()" />
<script language="javascript">
function a_blur()
{
this.blur();
}
</script>