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