最近在整合一个Asp程序,涉及到使用Fckeditor,调用代码如下:
<%
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "../FCKeditor/"
oFCKeditor.ToolbarSet = "Default"
oFCKeditor.Width = "100%"
oFCKeditor.Height = "250"
oFCKeditor.Value = hContent
oFCKeditor.Create "hContent"
%>
但是Fckeditor在页面中不显示,最后发现只需要在Asp页面顶端加上:
<!--#include file="../Fckeditor/Fckeditor.Asp" -->
发表评论:
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
相关文章
Asp rs.AddNew不执行的问题2015-02-25
ASP获取当前页面完整的URL 2014-09-09
Asp中dateDiff 和instr的用法2013-10-22
在Asp中判定某个字段是否包含“文字”2013-03-29
Asp中Replace的正确用法2013-03-28
Asp中复选框查询及判定2013-03-27
Asp 知识汇总2013-03-27
objXmlHttp.send()报“80004005”错误的解决办法2013-03-21
Asp 根据IP跳转到相应国家页面代码2012-11-26
Godaddy Windows主机asp程序连接数据库路径的解决办法2012-10-10