Hi,
it seems the version I have (5.1) already has the changes you are proposing.
A search in the CuteEditor directory has the following result:
Processing file : W:\wwwroot\CuteEditor_Files\include_CuteEditor.asp
Line 816 - set doc = server.CreateObject("<MSXML2.DOMDocument>")
Line 937 - set doc = server.CreateObject("<MSXML2.DOMDocument>")
Line 971 - set doc = server.CreateObject("<MSXML2.DOMDocument>")
Line 1083 - set doc = server.CreateObject("<MSXML2.DOMDocument>")
Line 1194 - set doc = server.CreateObject("<MSXML2.DOMDocument>")
Found 5 occurrences.
Processing file : W:\wwwroot\CuteEditor_Files\Include_GetString.asp
Line 28 - set doc = server.CreateObject("<MSXML2.DOMDocument>")
Found 1 occurrences.
Processing file : W:\wwwroot\CuteEditor_Files\tag.asp
Line 67 - set doc = server.CreateObject("<MSXML2.DOMDocument>")
Found 1 occurrences.
Searched 1131 file(s), found 7 occurrences in 3 file(s)
So what now?
And: Karen, why is there no support from CuteSoft?
I wrote several emails. I paid some money for the licence and the software does do what I want to do with it.
Do I have the wrong licence for waht I want to do?
Could I have a step by step instruction for this setup:
- One server
- cuteeditor in one directory ../CuteEditor_Files
- many webs/files that need to use cute editor in other directories eg ../web1/rs ../web2/rs etc
How to include the file includeCute_editor.asp in each file where needed?
How does the line for editor.FilesPath look like?
Volker Gottwald