我有两一个页面 1.asp 和 2.aspx
//1.asp
**********************
<html>
<body action="2.aspx">
  <select id="selname" name="selname">
    <option value="石家庄" selected></option>
  </select>
</bod>
<html>
********************************
请问在2.aspx中如何取得"石家庄"值
我用Request["selname"] 得不到,得到的是“口”