asp中如何使用fckeditor
asp中如何使用fckeditor
日期:2009-12-06 08:09:48 人气:1
<%
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "/FCKeditor/" '存放的目录路径
oFCKeditor.ToolbarSet = "Default"
oFCKeditor.Width = "100%"
oFCKeditor.Height = "400"
oF