读书人

输出fckeditor?该怎么解决

发布时间: 2012-04-20 15:27:03 作者: rapoo

输出fckeditor?
用程序输出这样的字符串:

str = str & "<table><tr><td>aabbcc</td></tr></table>"

str = str & "<table><tr><td>"


Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "../fckeditor/"
oFCKeditor.ToolbarSet = "Basic"
oFCKeditor.Width = "600"
oFCKeditor.Height = "310"

oFCKeditor.Config("AutoDetectLanguage") = False
oFCKeditor.Config("DefaultLanguage") = "zh-cn"

oFCKeditor.Value = ""

oFCKeditor.Create "content"


str = str & "</td></tr></table>"

Response.Write str


输出后,fckeditor编辑位于aabbcc上头了..怎么回事?该如何修正?

[解决办法]

探讨
老大,有没有办法修正?因为需要程序输出的.

读书人网 >ASP

热点推荐