获取网页编辑器内容
在网上找了一个网页编辑器 在页面上运行可以正常使用了
但是从后台获取数据有些问题 用request.getParameter("content")总是获得的是空值 应该怎么改啊?
<form method="POST" action="" name="aaa">
<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>
多谢了!