1.asp
<form name="form1" method="post" action="2.asp">
<textarea name="nr" style="display:none" class=""></textarea>
<%=nr%>
<iframe id="eWebEditor1" scrolling="no" src="../editor/ewebeditor.asp?id=nr&style=standard" frameborder="0" width="550" height="350"></iframe>
</form>
2.asp
nr=request.form("nr")
response.write nr
如果数据多了!nr没有值
我用的是ACCESS
接收字段是备注型
<form name="form1" method="post" action="2.asp">
<textarea name="nr" style="display:none" class=""></textarea>
<%=nr%>
<iframe id="eWebEditor1" scrolling="no" src="../editor/ewebeditor.asp?id=nr&style=standard" frameborder="0" width="550" height="350"></iframe>
</form>
2.asp
nr=request.form("nr")
response.write nr
如果数据多了!nr没有值
我用的是ACCESS
接收字段是备注型
