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.