fckeditor修改内容多一个","
<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"
%>