CuteEditor 6.0 for ASP Font Color Javascript error on windows 2003 with Frames 2.0

Last post 10-08-2007, 10:24 AM by geebee. 3 replies.
Sort Posts: Previous Next
  •  08-03-2007, 3:26 PM 32158

    CuteEditor 6.0 for ASP Font Color Javascript error on windows 2003 with Frames 2.0

    We have recently upgraded our cute editor to CuteEditor 6.0 for ASP and now we notice that when clicking on the Set Font Color or the Set Highlite icons the dialog windows does not open and there is a javascript error, this only happens on windows 2003 with .net frames 2.0 but it works  on windows 2000 without the .net Frames.  Also, when using with firefox the dialog windows opens but no color are listed.  Please help?. 
     
  •  08-03-2007, 4:55 PM 32161 in reply to 32158

    Re: CuteEditor 6.0 for ASP Font Color Javascript error on windows 2003 with Frames 2.0

    I was able to resolve this javascript error, and it had to do with the ".." within the file paths specified such as path "../dialogs/Include_Security.asp" in several files such as Include_Security.asp , Tag.Frame.asp and Tag_a.asp and I replaced the ".." with the actual directory name like  "/cuteeditor_files/dialogs/Include_Security.asp".  It worked for me.
  •  10-08-2007, 9:53 AM 34085 in reply to 32161

    Re: CuteEditor 6.0 for ASP Font Color Javascript error on windows 2003 with Frames 2.0

    I have the same symptoms as you describe. I'm using Windows 2003 and have .NET 2.0 installed. However, I'm struggling to fix it. I've tried the following
     
    Replace this line tag_a.asp (and other tag files)
     <!-- #include file = "../include_Security.asp" -->
     
    With
     
    <!-- #include virtual = "/CuteEditorASP/CuteEditor_File/Dialogs/include_Security.asp" -->
     
    But I still get the javascript error? Notice that I've changed the include from a file to a virtual. I didn't think you could start an include file with a forward slash?
  •  10-08-2007, 10:24 AM 34088 in reply to 34085

    Re: CuteEditor 6.0 for ASP Font Color Javascript error on windows 2003 with Frames 2.0

    A easier fix for this issue is to change a setting in the IIS, namely "Enable Parent Paths"
     
    See
     
View as RSS news feed in XML