fckeditor修改内容多一个","

stylemargin0auto 2009-12-17 09:01:15
<textarea name="Content" style="display:none"><%=rsArticle("Content")%></textarea>
<%
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = ""
oFCKeditor.ToolbarSet = "Default"
oFCKeditor.Width = "100%"
oFCKeditor.Height = "600"
oFCKeditor.Value = rsArticle("")
oFCKeditor.Create "content"
%>
...全文
46 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
lionz1023 2009-12-18
  • 打赏
  • 举报
回复
LS正确 <textarea name="Content" style="display:none"> <%=rsArticle("Content")%> </textarea>是配置ewebeditor时候用的,fck不需要。
http://www.hbjjrb.com/Jishu/ASP/200704/8566_4.html
给你个参考网站。
孟子E章 2009-12-17
  • 打赏
  • 举报
回复
你的页面里面有2个
<textarea name="Content"吧

oFCKeditor.Create "content"
应当就不用自己写
<textarea name="Content"了

28,406

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧