Re: save(editor1)

  •  01-31-2007, 6:56 PM

    Re: save(editor1)

    Figured it out. On the page you're posting to, retrieve the value using
     
    Request.Form("Editor1")
     
    instead of
     
    Request.Form("Editor1_HTMLContent")
View Complete Thread