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