大家来帮帮我啊!急
在http://down.chinazhan.net/article/12/17/ChinaZhan_23866.html 看到这个编辑器:
提交页:
<form method="POST" action="Post.asp" 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>
提交到php页面是怎么获得内容的,直接用echo $_POST['content'];不行,有哪位大哥用过或知道教我下,我把地址也贴上了,哪位大哥能忙里抽空帮我看看,急啊!谢谢了。