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?