bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<public:component lightweight="true">
 
<script language="javascript">
 
function CancelEvent()
{
    return false ;
}
 
this.onresizestart = CancelEvent ;
this.onbeforeeditfocus = CancelEvent ;
 
</script>
 
</public:component>