Javascript error when used within FireFox (CuteEditor for ASP)

  •  07-19-2007, 8:33 AM

    Javascript error when used within FireFox (CuteEditor for ASP)

    Error: uncaught exception: [Exception... "String contains an invalid character"  code: "5" nsresult: "0x80530005 (NS_ERROR_DOM_INVALID_CHARACTER_ERR)"  location: http://aaa/CuteEditor_Files/Gecko.js Line: 105]
     
    and line 105 is the bolded line:
     
    if(editor[OxO53e3[0x2]]&&editor[OxO53e3[0x28]]!=OxO53e3[0x34])
    {var head=editor[OxO53e3[0x11]].getElementsByTagName(OxO53e3[0x41])[0x0];
     var Ox1cf=editor[OxO53e3[0x11]].getElementsByTagName(OxO53e3[0xcb])[0x0];
     if(Ox1cf){ Ox1cf[OxO53e3[0xbd]]=editor[OxO53e3[0x28]] ;}
     else {
      var Ox1d0=editor[OxO53e3[0x11]].createElement(OxO53e3[0xcc]+editor[OxO53e3[0x28]]+OxO53e3[0xcd]);
      head.appendChild(Ox1d0);
     };
    } ;
    }  ;
     
    Please Help!!!!
View Complete Thread