<form action="CorpInfoUpdate_Do.php" method="post" name="myform" onsubmit="return CheckForm(this)">
<table width="100%" height="288" border="0" cellpadding="0" cellspacing="0">
   <tr>
     <td height="460"><textarea type="hidden" rows=1 cols=1 name="menu" style="position:absolute;left:0;visibility:hidden;">编辑内容</textarea>
     <script type="text/javascript" src="./editor/editor.js"></script> 
<script type="text/javascript">
var editor = new Editor("editor");
editor.hiddenName = "menu";
editor.editorWidth = "100%";
editor.editorHeight = "460px";
editor.show();
</script>   </td>
   </tr>
<tr>
<td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" name="save_synopsis" value="保存资料" />
&nbsp;
    <input type="submit" name="save_and_next" value="保存并填写下一页" /></td>
</tr>
</table>
</form>----------------------------------------------------------------------------
当我在文本域里面更改内容时“编辑内容一更改”,点保存资料,显示的数据还是“编辑内容”
这是为什么?