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