文本编辑器
添加新闻时调用数据是:
<%
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "/FCKeditor/" //设置编辑器的路径,我站点根目录下的一个目录
oFCKeditor.ToolbarSet = "Default"
oFCKeditor.Width = "100%"
oFCKeditor.Height = "600"
oFCKeditor.Value = "" //这个是给编辑器初始值
oFCKeditor.Create "logbody" //以后编辑器里的内容都是由这个logbody取得,命名由你定
%>
,现在更新新闻时oFCKeditor.Value = "" //
这里怎么弄啊,按照[size=10.5pt]oFCKeditor.Value = rs("logbody") 不行啊,谁知道的帮我看看啊[/size]