- 分享
- 0
- 人气
- 0
- 主题
- 61
- 帖子
- 288
- UID
- 394393
- 积分
- 1337
- 阅读权限
- 18
- 注册时间
- 2011-1-30
- 最后登录
- 2018-8-30
- 在线时间
- 1737 小时
|
<html>
<head>
<title>welcome</title>
</head>
<body>
<form name="input" action="default.html" method="get">
<select name="Select1">
<option></option>
<option>123</option>
<option>456</option>
</select>
<input name="Submit1" type="submit" value="search" />
</form>
</body>
</html>
1.我想请问下,如果我在option里选123,就去123的page,456就去456的page..
可是不管我选123还是456,都是去同一个page,要怎样啊???
2.还有,如果我选123,要按submit才可以去123page
有什么方法就是我选123,就直接去123page,不用按submit了?? |
|