怎么把html的一个页面中的一个标签的id的值传递给另一个html页面,并使用
a.html页面<html><head><scripttype="text/javascript">functionshow(){varid=document.getEl...
a.html页面
<html>
<head>
<script type="text/javascript">
function show(){
var id=document.getElementById("rid").value;
alert("uRole="+id);
}
</script>
</head>
<body>
<table>
<tr>
<td><select id="rid" name="uRole" >
<option id="rid" value="0">员工</option>
<option id="rid" value="1">管理员</option>
<option id="rid" value="2">超级管理员</option></select></td></tr>
<tr>
<td><button onclick="show()">确认</button></td></tr>
<td><a href="b.html'">跳转</a></td>
</table>
</body>
</html>
b.html页面
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>b.html</title></head><script type="text/javascript">function show(){ var id=document.getElementById("rid").value; alert("uRole="+id); }</script><body><form id="thisform" name="thisform"> <table> <tr> <td><a href="a.html">提交</a></td> </tr> <tr> <td><button onclick="show()">参数显示</button></td></tr> </table></form>
</body></html> 展开
<html>
<head>
<script type="text/javascript">
function show(){
var id=document.getElementById("rid").value;
alert("uRole="+id);
}
</script>
</head>
<body>
<table>
<tr>
<td><select id="rid" name="uRole" >
<option id="rid" value="0">员工</option>
<option id="rid" value="1">管理员</option>
<option id="rid" value="2">超级管理员</option></select></td></tr>
<tr>
<td><button onclick="show()">确认</button></td></tr>
<td><a href="b.html'">跳转</a></td>
</table>
</body>
</html>
b.html页面
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>b.html</title></head><script type="text/javascript">function show(){ var id=document.getElementById("rid").value; alert("uRole="+id); }</script><body><form id="thisform" name="thisform"> <table> <tr> <td><a href="a.html">提交</a></td> </tr> <tr> <td><button onclick="show()">参数显示</button></td></tr> </table></form>
</body></html> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询