{
HttpContext.Current.Response.Write("
使用方法:
<%
string sBasePath = Request.ServerVariables["PATH_INFO"];
FCKeditor oFCKeditor = new FCKeditor();
FCKeditor.BasePath = "./FCKeditor/";
FCKeditor.Width = "100%";
FCKeditor.Height = "400";
FCKeditor.ToolbarSet = "Basic";
FCKeditor.Create("body");
%>
此外,這個編輯器的asp.net用的文件上傳和瀏覽程序也是沒有的,不過可以在配置文件里把asp設置為默認腳本語言就行了,一般支持asp.net的服務器都支持asp的,不過asp.net的程序就不可能直接調用asp的類了,因此我編寫了這個接口。