How do I access the HTML code the user creates?

Last post 10-04-2004, 5:54 PM by dcheest. 1 replies.
Sort Posts: Previous Next
  •  10-04-2004, 4:22 PM 1995

    How do I access the HTML code the user creates?

    I have an existing application that I am integrating my CuteEditor for ASP into.  When the user the clicks "Submit" I want the data from the editor to sent with an ID of "htmlCode".  How do I control the name of the variable that gets sent to the "action" part of my form?

     
    Thanks!
  •  10-04-2004, 5:54 PM 1996 in reply to 1995

    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 as RSS news feed in XML