form表单中的内容如何提取
页面1.htm<form action="2.htm" method="post">
<input type="text" id="uName" name="uName"/>
</form>
页面2.htm
<input type="text" value="这里如何填写"/>
2008-03-14 12:52
2008-03-14 13:15
2008-03-14 13:24
2008-03-14 14:44