Ive got a page that contains an iframe, and in that iframe is the fckeditor. I cant seem to be able to grab the contents of what the user has entered from the parent window ....
The iframe is called 'thereport'. So I can grab that object through:
frames['thereport']
And I was reading about a method called GetXHTML ... but cant seem to grab it properly. Ive called my fckeditor the imaginative name of: 'notestostore'.
Any help / suggestions much appreciated ...
The iframe is called 'thereport'. So I can grab that object through:
frames['thereport']
And I was reading about a method called GetXHTML ... but cant seem to grab it properly. Ive called my fckeditor the imaginative name of: 'notestostore'.
Any help / suggestions much appreciated ...