retrieve data from editor

  •  12-16-2005, 9:58 AM

    retrieve data from editor

    Hi
    My integration is like this.
    1)the editor is deployed as an asp.net application
    2)In ourmain asp page, we have a iframe that links to the asp.net editor page
    3)our main asp page has quite a few other data fields and when a user click "save" button in the main asp page, it should save the editor data and the data in ohter fields. That is, we don't desire to save the editor data by clicking the save button in the editor to save the editor separately. To solve this issue, I tried to add a javascript in the main asp page. The script first find the iframe document and then using the iframe document to retrieve the editor data in the textarea called called "Editor1". This hacking works partially. I always got the original data although I added some new stuff the editor. Any solutions to this issue will be appreciated.

    Mark
     
View Complete Thread