Hi all,
I have page with left and right frame.I have created the fckeditor in the right frame, and it gets loaded when the page loads.Now when I access the right frame FCKeditor in my left frame, I get an error saying that
--------------------------------------------------------------------------------------------------------
uncaught exception: Permission denied to set property Window.FCK_STATUS_NOTLOADED
[Break on this error] undefined
FCKBrowserInfo has no properties
[Break on this error] if ( FCKBrowserInfo.IsGecko )
fckeditor.html (line 203)
FCKLang is not defined
[Break on this error] window.document.dir = FCKLang.Dir ;
fckeditor.html (line 100)
FCK has no properties
[Break on this error] FCK.ContextMenu=new Object();FCK.ContextMenu.Listeners=new Array();FCK.ContextMe...
fckeditorcode_gec... (line 141)
FCKConfig has no properties
[Break on this error] var FCKConfig=FCK.Config=new Object();if (document.location.protocol=='file:'){F...
fckeditorcode_gec... (line 20)
FCKBrowserInfo has no properties
[Break on this error] if ( FCKBrowserInfo.IsIE )
fckeditor.html (line 59)
FCKConfig has no properties
[Break on this error] FCKConfig.CustomConfigurationsPath = 'hyfckconfig.js?'+ ( new Date() * 1 ) ;
fckconfig.js (line 21)
uncaught exception: Permission denied to get property Window.FCKeditorAPI
--------------------------------------------------------------------------------------------------------
But if I access with URL http://localhost:8080/fckeditor it works fine but, when I access the page with
http://localhost/fckeditor it gives the above error.
I sense that error is strictly due to some problem with URL access.
Can anyone please tell me the possible workaround for this.
Thanks in advance.
regards,
Mehmood
Thu, 06/14/2007 - 00:22
#1
RE: Accessing FCKeditor between frames