Ken,
Adam was correct. My point is client side event.
Adam,
Thanks for your reply.
I tried your suggestion but it didnt work for me.
My code sample is here...
<
script language="javascript" type="text/javascript">
KEYDOWN_NOTIFYCHANGEDELAY=100;
//some other scripts...
</script>
Additional information.
Currenty we are using evaluation version of cute editor. My cute editor object is insde a user control.
C# code
//iFrameDescription is the cute editor object.
iFrameDescription.Attributes["onchange"] = changeTrackingScript;