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