'; $_reply_comment .= ''; $_reply_comment .= $rs[_TABLE_COMMENT_."_Title"]; $_reply_comment .= ''; $_reply_comment .= ''; } if($_SESSION["HTML_Session_ID"]){ ?>
     
 
     
  BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; $oFCKeditor = new FCKeditor('txt_Subject') ; $oFCKeditor->BasePath = $sBasePath ; $oFCKeditor->ToolbarSet = htmlspecialchars("Basic"); $oFCKeditor->Width = '810px'; $oFCKeditor->Height = '200px'; $oFCKeditor->Value = $_reply_comment; $oFCKeditor->Create() ; ?>