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