怎么用FCK更新文章,也就是怎么把数据库的内容读取到fck里?(我用的数据库是access,asp编的发布系统。)
2个回答
展开全部
window.onload = function(){
var oFCKeditor = new FCKeditor('sContent') ;
oFCKeditor.BasePath = "/fckeditor/" ;
oFCKeditor.Height = 350;
oFCKeditor.ReplaceTextarea() ;
}
FCK调用代码
<textarea name="sContent" ><%=Content%></textarea>
<%=Content%>调取你内容即可
var oFCKeditor = new FCKeditor('sContent') ;
oFCKeditor.BasePath = "/fckeditor/" ;
oFCKeditor.Height = 350;
oFCKeditor.ReplaceTextarea() ;
}
FCK调用代码
<textarea name="sContent" ><%=Content%></textarea>
<%=Content%>调取你内容即可
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询