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