<form action="http://www.xxx.com/TestEditor.php" method="post" name="MyForm">
<?php
$oFCKeditor = new FCKeditor('Test') ;
$oFCKeditor->BasePath = "fckeditor/";
$oFCKeditor->Value = "";
$oFCKeditor->Height = "400";
$oFCKeditor->Create() ;
?>
<input type="submit" name="add" value="Click Me">
</form>
http://www.xxx.comhttp://www.xxx.com/TestEditor.php
