Re: Where is the content saved to the page?

  •  03-14-2005, 11:40 AM

    Re: Where is the content saved to the page?

    Charles - If you submit your form back to the same page and include the Save command in the javascript I posted earlier, then you can retrieve the edited content with:

    strNotes = Request.Form("Editor1_HTMLContent")  '---I'm using strNotes as my variable, but you can rename it

    ....then in the cute editor code, update the following line to:

    editor.Text = strNotes

    Hope this gets the job done. Cheers, Kris.
     
     
View Complete Thread