如何利用JS将一个网页中表单的内容提交到另一个相同网页的表单中去?求高人指点谢谢!!

以下是表单的样式,希望能将1.html的表单提交到2.html的表单中去,即点击OK按钮跳转到2.html,并且其中表单项已经对应显示了获取的数据。
<form name='form1' action='1.html'>
<table border='1'>
<input type='hidden' name='userID' value='1'>
<tr>
<td>姓名</td>
<td><input type='text' name='username' maxlength='10'></td>
</tr>
<tr>
<td>密码</td>
<td><input type='password' name='userpassword'></td>
</tr>
<td><input type='button' name='ok' value='ok' onclick="javascript:window.location='2.html‘</td>

js 操作 cookie。将页面1的输入写入cookie,转至页面2时读取cookie
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答
大家正在搜