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