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