File "disablehandles.htc"

Full Path: /home/krishnamexports/public_html/panel/fckeditor/editor/css/behaviors/disablehandles.htc
File size: 236 bytes
MIME-type: text/html; charset=us-ascii
Charset: utf-8

<public:component lightweight="true">

<script language="javascript">

function CancelEvent()
{
	return false ;
}

this.onresizestart = CancelEvent ;
this.onbeforeeditfocus = CancelEvent ;

</script>

</public:component>