Hi, we are interested on your product, that's why I installed .net 1.1 framework evaluation version on our servers.
However we cannot get images from edited file properly with firefox either 1.0, 1.5 or 2.0 versions
The Editor script should run from a specific folder while each user will have his own folder
editor script:
/cuteeditor/editor.aspx
users files:
/users/username/*.htm
binary aspnet files
/bin
File is retrieved on editor.aspx with htmlload method in the way:
htmlload(strFile) --> where strFile is something like "/users/username/myfile.htm"
When loaded with Internet Explorer there's no problem.
if you right-click->properties then you see the relative path images/logo.gif, and it's what we expect since html files (not created previously through cuteeditor... follows that non absolute path nomenclature)
But with firefox, images/logo is trying to point to /cuteeditor/images/logo.gif. As you can see it happens only with editor, if I open a new firefox window to load the .htm file, it displays properly.
I tried all possible combinations with url path properties you have and read the forum but couldn't see another topic on it.
any help? With some of the combinations it stops working on IE, but this one works as expected on IE:
BaseHref="http://mysite.com/users/username/"
RemoveServerNamesFromUrl="true"
UseRelativeLinks="true"
Please note if I switch all to absolute paths, firefox will show bad on code view
But we prefer relative paths anyway
Problem is with displaying existent images, I can set ok the images gallery path, etc.
Thanks in advance