LR-20210131IOQH\Administrator
2021-09-14 d89a94c640ee28c66efba261897eac645439e78b
1
2
3
4
5
6
<public:attach event="onfocus" onevent="example()"/>
<script language="javascript">
function example(){
this.blur();
}
</script>