ok i have code:
Dim editor
Set editor = New CuteEditor
editor.ID = "Editor1"
editor.FilesPath = "/includes/CuteEditor_Files/"
editor.Text = "Type here"
editor.ImageGalleryPath = "/Upload0708/"
editor.Draw()
and recive that one error:
Server.MapPath() error 'ASP 0174 : 80004005'
Invalid Path Character(s)
/includes/CuteEditor_Files/Dialogs/aspuploader/resources/coreimpl.js, line 1
An invalid '/' or '\' was found in the Path parameter for the MapPath method.