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