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