I have a back-end web administration site, to where I'm able to update DB stuff as well as create news alerts that I can send out to people. The whole system is based on an index.cfm page that looks for a variable called action and then proceeds to cfinclude the appropriate template or script that the user asks. For example, if they selected a link that had in the querystring action=list, the page associated with that action would be cfinclude'd in the index.cfm file.
One of the pages I have executes the fckeditor module, and I have tested it with two pages, one that uses cfmodule and the other that uses the cfc associated with the fckeditor. All I get is a big white screen where the editor should be, and the last thing I see is a color palette on the left side of the white screen. It, however, works in IE. If I don't use a cfinclude and go outside the index.cfm system (which I don't want to do), it also works fine.
Please help me figure out how to bypass this anomaly. Thanks.
One of the pages I have executes the fckeditor module, and I have tested it with two pages, one that uses cfmodule and the other that uses the cfc associated with the fckeditor. All I get is a big white screen where the editor should be, and the last thing I see is a color palette on the left side of the white screen. It, however, works in IE. If I don't use a cfinclude and go outside the index.cfm system (which I don't want to do), it also works fine.
Please help me figure out how to bypass this anomaly. Thanks.