Chinaunix

标题: 点击链接,链接到该页面,同时select框选中 [打印本页]

作者: superior_2008    时间: 2011-12-23 03:22
标题: 点击链接,链接到该页面,同时select框选中
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<script type="text/javascript">
function selectP(id){
$$("op" + id).selected = true;
}
function $$(id){
return document.getElementById(id);
}
</script>
</head>
<body>

</body>
<a href="#select"  onclick="selectP(this.innerText)" target="_self">1</a><br/>
<a href="#select"  onclick="selectP(this.innerText)" target="_self">2</a><br/>
<a href="#select"  onclick="selectP(this.innerText)" target="_self">3</a><br/>
a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>
a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>
a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>
a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>
a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>a<br/>
<form action="#" method="post">
<select id="select" name="select">
<option id="op1" value="1">1</option>
<option id="op2" value="2">2</option>
<option id="op3" value="3">3</option>
</select>
</form>
</html>





欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2