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