I have FCKEditor working nicely when I place the FCKeditor resources on the local path:
oFCKeditor.BasePath = '/FCKeditor/' ;
But I would really like to have the the FCKeditor hosted elsewhere. So I have made the change:
oFCKeditor.BasePath = 'http://www.xxxxxx.com/FCKeditor/' ;
But I get an "access is denied" error (Apache)
URL: http://www.xxxxxx.com/FCKeditor/editor/ ... ar=Default
after I make that one change and place the resources on this other web site.
I saw a similar post from early August 2004 with no replies. Does anyone know if this is allowed? What might I be doing wrong?
TIA
Wed, 10/06/2004 - 01:22
#1
RE: FCKeditor directory: local versus remote
Simone
RE: FCKeditor directory: local versus remote
RE: FCKeditor directory: local versus remote
FCK_STATUS_NOTLOADED=window.parent.FCK_STATUS_NOTLOADED=0 in the fck_startup.js file.
But I don't understand why this error occurs ???
Idea ??
Daniel
RE: FCKeditor directory: local versus remote
This is maybe the problem !!!
Found in javascript doc :
There is a cross-domain scripting security rule that can become an issue in these scenarios. When a child container has JavaScript from a page within the same domain as the parent, that child can access elements within the parents document object model (DOM). But when the child is from a different domain, the child can no longer access the parent's internals, nor can the parent access the child's internal elements.
Outchh .... No solution ????
Daniel