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