username@email.com
2025-10-20 b2b2180addea72699fce43197e6ecbd93cc280de
1
2
3
4
5
6
<public:attach event="onfocus" onevent="example()"/>
<script language="javascript">
function example(){
this.blur();
}
</script>