日期:2014-05-18  浏览次数:20800 次

打开一个新页面,如何传送大量文字
rt

------解决方案--------------------
<form action= " " method= "post " target= "_blank ">
<textarea name= "content "> 大文本 </textarea>
<input type= "submit " value= "提交 "/>
</form>
===================================================
target= "_blank " --> 让form提交到新页面,就可以打开新页面了.