To Whom It May Concern I am using FCKeDitor version 2.3.1 build 1062 with Tomcat 5.5 , JDK1.5, FCKeditor-2.3.zip Java Intergration pack on RedHat Linux and encountered _javascript error Line: 119 error: object required when I try browsing the server for an image, when I run the debugger it points to this line:
var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
when I try running the regular default.html example the same error occurs
I am using IE6 on windows xp pro and displays the FCKeditor with the following codes in JSP
RE: Image and Link browser Javascript error in IE
Justin
RE: Image and Link browser Javascript error i
http://support.microsoft.com/default.as ... -us;831678
i have similar problem, can help ?
http://sourceforge.net/forum/forum.php? ... _id=379487
RE: Image and Link browser Javascript error in IE
I am using FCKeDitor version 2.3.1 build 1062 with Tomcat 5.5 , JDK1.5, FCKeditor-2.3.zip Java Intergration pack on RedHat Linux and encountered _javascript error Line: 119 error: object required when I try browsing the server for an image,
when I run the debugger it points to this line:
var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
when I try running the regular default.html example the same error occurs
I am using IE6 on windows xp pro and displays the FCKeditor with the following codes in JSP
<FCK:editor id="content" basePath="../FCKeditor/"
imageBrowserURL="../../../FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors/jsp/connector"
inkBrowserURL="../../../FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors/jsp/connector"
flashBrowserURL="../../../FCKeditor/editor/filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/jsp/connector imageUploadURL="../../../FCKeditor/editor/filemanager/upload/simpleuploader?Type=Image"
linkUploadURL="../../../FCKeditor/editor/filemanager/upload/simpleuploader?Type=File"
flashUploadURL="../../../FCKeditor/editor/filemanager/upload/simpleuploader?Type=Flash"
>
</FCK:editor>
please suggest any possible solutions to solve this problem for RedHat Linux OS