Ken,
That is true; the 'Undo' and 'Redo' commands are caught but BEFORE the action is done....so my character count down doesn't change even though the contents of the editor changed.
I need something that I can catch the event of the 'Undo' and 'Redo' buttons AFTER the action is done so I can get the character count of the contents once the undo/redo action is completed.
This is pretty important to the client....and while the attached event function works great in IE, it doesn't in Firefox and Chrome.