Re: How to get color code of body which set in Page Property dialog

  •  11-08-2011, 3:56 AM

    Re: How to get color code of body which set in Page Property dialog

    This question is old but not yet answered.
     
    I have a form saving the contents of the editor to database, but where do I find the page properties created like background color, etc. I see metion of something written to the response buffer, but when I added...
     
    content = editor.GetString()
    Response.Write content 
     
    I get an error about... 

    Invalid Path

    C:\INETPUB\... include_CuteEditor.asp, line 1342

    The Path parameter for the MapPath method must be a virtual path. A physical path was used.

     
    What is the best method for retrieving the page properties?
     
     
View Complete Thread