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