数据接收问题
写了一段代码,把文本框的数据发送并跳转到另外一个页面的name="subject"文本框里,但是页面跳转了,文字却没传过来。不知道为什么,是否接收页面要写什么代码才能接收到。<form action="http://localhost/GBK/forum.php?mod=post&action=newthread&fid=37" method="post" target="_blank">
<textarea name="subject" cols="" rows="2" placeholder="我要提问..."></textarea>
<button class="button button-rounded button-flat">发送</button>
</form>
---------------------------跳转并传输到下面的文本框里。
<input name="subject" id="subject" class="px" value="" onblur="if($('tags')){relatekw('-1','-1',function(){extraCheck(4)});doane();}" onkeyup="strLenCalc(this, 'checklen', 80);" style="width: 25em" tabindex="1" type="text">