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