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