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