관리-도구
편집 파일: disablehandles.htc
<public:component lightweight="true"> <script language="javascript"> function CancelEvent() { return false ; } this.onresizestart = CancelEvent ; this.onbeforeeditfocus = CancelEvent ; </script> </public:component>