Is there any way from client javascript to detect if the contents of the editor have been modified by the user?
I'm using frames, with an independant navigation menu in a frame above, and I want to only allow the user to navigate away from the editor (or present a "have you saved?" warning) if the latest changes to the content have been saved.
Hope you can help.