怎样用eWebEditor调用修改已发布的文章

我在后太用eWebEditor编辑发布了文章成功,但我用eWebEditor把发布好的文章在后台显示并在eWebEditor里并修改他的内容时,里面显示的内容给先前发布的... 我在后太用eWebEditor编辑发布了文章成功,但我用eWebEditor把发布好的文章在后台显示并在eWebEditor里并修改他的内容时,里面显示的内容给先前发布的不一样,里面只有一部分,有的内容跑到eWebEditor筐的外面去了,图片也没显示。我应该怎样调用已发布的内容呢?
补充:我发布使的调用eWebEditor的程序<input type="hidden" name="content1" value="">
<iframe id="eWebEditor1" src="ewebeditor.htm?id=content1&style=standard600&skin=office2003" frameborder="0" scrolling="no" width="600" height="350"></iframe>
在修改的页面把文章内容加到里面的程序:<input type="hidden" name="content1" value="<%=(news.Fields.Item("content1").Value)%>">
<iframe id="eWebEditor1" src="ewebeditor.htm?id=content1&style=standard600&skin=office2003" frameborder="0" scrolling="no" width="600" height="350"></iframe>
展开
 我来答
狗狗狗狗乖
2008-04-06 · TA获得超过908个赞
知道小有建树答主
回答量:566
采纳率:0%
帮助的人:1074万
展开全部
因为内容里有HTML代码 放在input标签内会自动截断所有造成你的问题
请把这句改成<textarea>这样就可以了 代码如下(ROWS是高度 COLS是宽度你自己调整):
<textarea name="content" ROWS="20" COLS="70" style="height:expression(this.style.posHeight=this.scrollHeight);display:none" id="myContent"><%=rs("content")%></textarea>
Q秋去冬来
2008-04-06 · TA获得超过730个赞
知道小有建树答主
回答量:526
采纳率:0%
帮助的人:484万
展开全部
<td width=359><input type=hidden name="wenzhang" size=20 class=fstyle value="<% =Server.HTMLEncode(wenzhang) %>">
<iframe ID='eWebEditor1' src='ewebeditor/ewebeditor.asp?id=wenzhang&style=s_light' frameborder=0 scrolling=no width='550' HEIGHT='350'></iframe>
</td></tr>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式