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