标题:文本编辑器
取消只看楼主
lish
Rank: 1
等 级:新手上路
帖 子:37
专家分:0
注 册:2007-10-8
 问题点数:0 回复次数:0 
文本编辑器
添加新闻时
调用数据是:
<%  
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]
搜索更多相关主题的帖子: oFCKeditor 文本编辑 Set New 
2007-12-07 09:37



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-190912-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.982486 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved