主题:取不到值?
添加页面代码:
<tr>
<td width="150" height="22" align="right" valign="middle" >产品描述:</td>
<td colspan="3" bgcolor="#E3E3E3"><strong>中文描述:</strong><br>
<textarea name="description" style="display:none" id="description"></textarea>
<iframe ID="Editor" src="../webedit/ewebeditor.asp?id=content&style=standard" frameborder="0" scrolling="no" width="98%" HEIGHT="300"></iframe>
<br><br>
<strong>英文描述:</strong><br>
<textarea name="description2" style="display:none" id="description2"></textarea>
<iframe ID="Editor2" src="../webedit/ewebeditor.asp?id=content_en&style=standard" frameborder="0" scrolling="no" width="98%" HEIGHT="300"></iframe></td>
</tr>
在另一页面写下这段语句:
content = Request.Form("Editor")
Response.Write(content)
为何打印不出其值呢?
<tr>
<td width="150" height="22" align="right" valign="middle" >产品描述:</td>
<td colspan="3" bgcolor="#E3E3E3"><strong>中文描述:</strong><br>
<textarea name="description" style="display:none" id="description"></textarea>
<iframe ID="Editor" src="../webedit/ewebeditor.asp?id=content&style=standard" frameborder="0" scrolling="no" width="98%" HEIGHT="300"></iframe>
<br><br>
<strong>英文描述:</strong><br>
<textarea name="description2" style="display:none" id="description2"></textarea>
<iframe ID="Editor2" src="../webedit/ewebeditor.asp?id=content_en&style=standard" frameborder="0" scrolling="no" width="98%" HEIGHT="300"></iframe></td>
</tr>
在另一页面写下这段语句:
content = Request.Form("Editor")
Response.Write(content)
为何打印不出其值呢?