Re: How do I access the HTML code the user creates?

  •  10-04-2004, 5:54 PM

    Re: How do I access the HTML code the user creates?

    I figured it out myself.  You need to access the property called "Editor1_HTMLContent" where "Editor1" is ID of your editor control.

     
    i.e. in ASP use:
     
    Request.Form("Editor1_HTMLContent")
View Complete Thread