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