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