username@email.com
2021-09-06 030609a2b7574d9a2f169a043a1a31cf14b68645
1
2
3
4
5
6
<public:attach event="onfocus" onevent="example()"/>
<script language="javascript">
function example(){
this.blur();
}
</script>