JS写的多级联select,求教如何取值
<form action="Provider" method="get">
<div class="sel" align="center">
<select id="sel1" style="width:150px;height: 60px; font-size:22px" ></select></br>
<select id="sel2" style="width:150px;height: 60px; font-size:22px" ></select></br>
<select id="sel3" style="width:150px;height: 60px; font-size:22px" ></select></br>
<select id="sel4" style="width:150px;height: 60px; font-size:22px" ></select></br>
<select id="sel5" style="width:150px;height: 60px; font-size:22px" ></select></br>
</div></br>
<center><input type="submit" name="ok" value="确定"/>
</form>
这个是在HTML文件中的代码,求教确定提交后如何在目标页面取得值。