<form method="post" action="Manage_NewsAdd.asp?no=eshop"><td><div align="center">
<table width="100%" border="0" cellspacing="2" cellpadding="3">
<tr>
<td width="8%" height="25" bgcolor="#C0C0C0"> <div align="center">标 题</div></td>
<td width="62%" bgcolor="#C0C0C0"><input type="text" name="title" class="inputtext" maxlength="30" size="25"></td>
</tr>
<tr bgcolor="#E3E3E3">
<td colspan="2" align="right" valign="middle"><div align="left">
<textarea name="Content" ></textarea>
<iframe ID="editor" src="../editor.asp" frameborder=1 scrolling=no width="620" height="405"></iframe>
</div></td>
</tr>
<tr>
<td height="25" colspan="2" bgcolor="#E3E3E3">
<div align="center">
<input type="submit" value="确定">
<input type="reset" value="取消">
</div></td>
</tr>
</table>
</div></td></form>
我想获取<iframe ID="editor" src="../editor.asp" frameborder=1 scrolling=no width="620" height="405"></iframe>
里的值