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