a.jsp页面..转到b.jsp页面...
在a.jsp页的
<form action="b.jsp">
<select id="name">
  <option value="">中国</option>
</select>
</form>如何把"中国"转到b.jsp页去呢...