var oEditor = FCKeditorAPI.GetInstance('FCKeditor1');
alert(oEditor.GetHTML());
include("fckeditor/fckeditor.php") ;
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
$oFCKeditor->Height = '450px';
$oFCKeditor->Create() ;

Re: FCKeditorAPI GetHTML not working in FF
Re: FCKeditorAPI GetHTML not working in FF
http://www.jasonhendrix.com/fckeditor_test/test.php
http://www.jasonhendrix.com/fckeditor_test/test2.php
Re: FCKeditorAPI GetHTML not working in FF