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