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