1个回答
展开全部
有按钮点击后传过去吗? 有的话 就这样写:
在按钮上绑定点击事件:
<input type="submit" value="确定" onclick="window.location.href='B.html?id='+document.getElementById('你的input框的id').value" />
大致上这样写.
在按钮上绑定点击事件:
<input type="submit" value="确定" onclick="window.location.href='B.html?id='+document.getElementById('你的input框的id').value" />
大致上这样写.
追问
多个框的就像这样直接加么?"window.location.href='B.html?id='+document.getElementById('你的input框的id').value+document.getElementById('你的input框的id').value"。
在B页面就直接用这个document.getElementById('你的input框的id').value么?
追答
不是的,b页面先要获取url的值。你百度搜一下js的获取url的值的方法。很简单的
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询