日期:2014-05-17  浏览次数:20965 次

输出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上头了..怎么回事?该如何修正?

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