Buenas.... sr panino5001 .. una rpregunta ...
Código PHP:
var myf = document.getElementById("FCKeditor1___Frame");
myf = myf.contentWindow.document || myf.contentDocument;
var myf2=myf.getElementById('xEditingArea').getElementsByTagName('iframe')[0].contentWindow.document || myf.getElementById('xEditingArea').getElementsByTagName('iframe')[0].contentDocument;
myf2.body.innerHTML='hola';
ese codigo le funciono en INTERNET EXPLORER _?