用到eWebEditor,如何把已经有记录值传递到eWebEditor里显示出来,然后再进行修改
若我增加某条记录成功后,
修改要用到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"),大家帮帮忙。