在http://down.chinazhan.net/article/12/17/ChinaZhan_23866.html 看到这个编辑器:
提交页:
<form method="POST" action="post.php" name="aaa">
<input name="Title" size="50">
<textarea name="content" style="display:none"> </textarea>
<iframe id="Editor" name="Editor" src="HtmlEditor/index.html?ID=content" frameborder="0" marginheight="0" marginwidth="0" scrolling="No" style="height:320px;width:100%"> </iframe>
<input type="submit" value="确定" name="button">
</form> 
post.php中
<?
echo $_POST["content"]; 
?>
在ie 中可以取到值,在ff3中取不到值,怎么回事?