I want to add a javascript so that each time the user types something it will call a function.
I am using PHP for integration.
How do I add this event to my FCKEditor?
Thanks
I am using PHP for integration.
How do I add this event to my FCKEditor?
Thanks

RE: Adding onKeyUp events
I'm trying to 'disable' the document body, without losing the color formatting that goes with:
oEditor.EditorDocument.body.disabled=true;
So I'd like to add an event to capture 'edits' of this area instead, preventing them from going through...
Any thoughts?
Brian