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