Hi,
I'm having massive problems trying to just paste what HTML I've put together from an popup box that is performing the operations I want but FCKEditor will not allow me to paste back into the parent window containing the editor.
I am calling the editor in my page like so:
<cfmodule template="/FCKEditor/fckeditor.cfm" basePath="/FCKEditor/" instanceName="HTMLEditor" value="#body#" width="740" height="200" form="frmPage">
I'm having massive problems trying to just paste what HTML I've put together from an popup box that is performing the operations I want but FCKEditor will not allow me to paste back into the parent window containing the editor.
I am calling the editor in my page like so:
<cfmodule template="/FCKEditor/fckeditor.cfm" basePath="/FCKEditor/" instanceName="HTMLEditor" value="#body#" width="740" height="200" form="frmPage">