ewebeditor编辑器能在前台调用吗?我想做一个前台会员发表文章的东西, 10
ewebeditor编辑器能在前台调用吗?我想做一个前台会员发表文章的东西,调用ewebeditor编辑器,一切使用都正常,但发布后成功显示确是显示html代码标签之类的...
ewebeditor编辑器能在前台调用吗?我想做一个前台会员发表文章的东西,调用ewebeditor编辑器,一切使用都正常,但发布后成功显示确是显示html代码标签之类的,
如:以下的显示。</CENTER><br> <P> <STRONG>编辑的内容</STRONG></P><br> <P> <STRONG>
我调用的代码<textarea name="Content" id="Content" style="display:none"><%=Server.HTMLEncode((Content))%></textarea>
<iframe ID="eWebEditor1" src="../Southidceditor/ewebeditor.htm?id=Content&style=coolblue" frameborder="0" scrolling="no" width="550" height="400"> 展开
如:以下的显示。</CENTER><br> <P> <STRONG>编辑的内容</STRONG></P><br> <P> <STRONG>
我调用的代码<textarea name="Content" id="Content" style="display:none"><%=Server.HTMLEncode((Content))%></textarea>
<iframe ID="eWebEditor1" src="../Southidceditor/ewebeditor.htm?id=Content&style=coolblue" frameborder="0" scrolling="no" width="550" height="400"> 展开
1个回答
展开全部
你的调用代码修改成
<textarea name="Content" id="Content" style="display:none"><%=(Content)%></textarea>
<iframe ID="eWebEditor1" src="../Southidceditor/ewebeditor.htm?id=Content&style=coolblue" frameborder="0" scrolling="no" width="550" height="400">
就可以了 但是这样不太安全
<textarea name="Content" id="Content" style="display:none"><%=(Content)%></textarea>
<iframe ID="eWebEditor1" src="../Southidceditor/ewebeditor.htm?id=Content&style=coolblue" frameborder="0" scrolling="no" width="550" height="400">
就可以了 但是这样不太安全
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询