用到eWebEditor,如何把已经有记录值传递到eWebEditor里显示出来,然后再进行修改

wtydoone 2006-02-07 05:24:42
若我增加某条记录成功后,
修改要用到eWebEditor在线编辑器来显示已经有记录。
某表A,字段PRMK,
<input type="hidden" name="PRMK" value="<%=RS("PRMK")%>">
<iframe ID="eWebEditor1" src="../../ODM/Log/DJ/eWebEditor/ewebeditor.asp? id=content&style=standard" frameborder="0" scrolling="no" width="550" HEIGHT="500"></iframe>
eWebEditor在线编辑器好象显示不了已经有记录RS("PRMK"),那么要怎么才能达到eWebEditor在线编辑器显示已经有记录RS("PRMK"),大家帮帮忙。
...全文
70 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
ybfqlyq 2006-02-07
  • 打赏
  • 举报
回复
<input type="hidden" name="PRMK" value="<%=RS("PRMK")%>">
----------》
<input type="hidden" name="content" value="<%=RS("PRMK")%>">
slayerbb 2006-02-07
  • 打赏
  • 举报
回复
<input type="hidden" name="PRMK" id="PRMK" value="<%=RS("PRMK")%>">
<iframe ID="eWebEditor1" src="../../ODM/Log/DJ/eWebEditor/ewebeditor.asp?id=PRMK&style=standard" frameborder="0" scrolling="no" width="550" HEIGHT="500"></iframe>

ewebeditor由使用説明,id后應該填寫對應標簽的id
ybfqlyq 2006-02-07
  • 打赏
  • 举报
回复
<tr>
<td height="450" bgcolor="#FFFFFF"> <iframe ID="eWebEditor1" src="ewebeditor.asp?id=content&style=s_green" frameborder="0" scrolling="no" width="100%" HEIGHT="440"></iframe></td>
</tr>
<input type="hidden" name="content" value="<%=rs("content")%>">
跟添加記錄的差不多了,只是加個隱藏參數而已。

28,406

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧