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