ewebeditor后台修改文章,前台显示代码,急

后台编辑添加文章调用的是:<textareaname="content"style="display:none"></textarea><iframeID="eWebEd... 后台编辑添加文章调用的是:
<textarea name="content" style="display:none" ></textarea>
<iframe ID="eWebEditor1" src="/ewebeditor.asp?id=content&style=s_blue" frameborder="0" scrolling="no" width="548" HEIGHT="350" align="left"></iframe></td>

后台修改文章调用的是:
<textarea name="content" style="display:none" ><%=Server.HTMLEncode(Rs("Content"))%></textarea>
<iframe ID="eWebEditor1" src="/ewebeditor.asp?id=content&style=s_blue" frameborder="0" scrolling="no" width="500" HEIGHT="350"></iframe>

前台结果是:<FONT face=楷体_GB2312 size=3>主要内容</FONT>

熬了大半宿了,请高手指点一下啊,谢谢@!!
谢谢1楼!尽管不是这个原因,但还是要谢谢你!问题是出在首页文章内容调用命令上了,是输出格式不对,汗。。。。。。。!
展开
 我来答
jester
2010-04-14 · 超过67用户采纳过TA的回答
知道小有建树答主
回答量:336
采纳率:0%
帮助的人:230万
展开全部
<%=Server.HTMLEncode(Rs("Content"))%>
改成
<%=Rs("Content")%>
过滤的话用replace吧.

function gl(text)
text = replace(text,"要替换的字符串","改变后的字符串")
gl = text
end function

直接调用
<%=gl(Rs("Content"))%>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式