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