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