Hi,
i have configured FCKEditor successfully in JSP on IE6. but when i open my page on IE7 the javascript error is shown like ..
'this.editorText is null or not an object' .
please help me regarding this.
Regards
Waqas
i have configured FCKEditor successfully in JSP on IE6. but when i open my page on IE7 the javascript error is shown like ..
'this.editorText is null or not an object' .
please help me regarding this.
Regards
Waqas
Re: problem with IE7
Oi.
Provide code, showing this problem. Best: Code and a link to the page, where the error occurs.
Re: problem with IE7
i am using the taglib. Following is the code
<FCK:editor id="editorText" basePath="/basepath"
imageBrowserURL="path"
linkBrowserURL="path"
flashBrowserURL="path"
imageUploadURL="path"
linkUploadURL="path"
flashUploadURL="path"
defaultLanguage="gl"
enableSourceXHTML="true"
enableXHTML="true">
</FCK:editor>
this works perfectly fine when i open it with IE6 displays error in IE7.
plz help me regarding this...
thanks in advance..
Waqas