<script> <BR><!-- <BR>// Automatically calculates the editor base path based on the _samples directory. <BR>// This is usefull only for these samples. A real application should use something like this: <BR>// oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. <BR>var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_samples')) ; <br><br>var oFCKeditor = new FCKeditor( 'zhangthree' ) ; <BR>oFCKeditor.BasePath = '/editor/' ; <BR>oFCKeditor.Height = 300 ; <BR>oFCKeditor.Value = '随便写点内容!' ; <BR>oFCKeditor.Create() ; <BR>//--> <BR></script>