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