给一个带父框架(framset)的页面传参,请问子框架里面的页面如何获取传递的参数?
<frameset rows="30,*">
<frame src="GisMapTools.aspx?bShowMode=2" name="MapTools"  marginheight=0 marginwidth=0 framespacing=0 frameborder="no" scrolling="no" noresize>
<frame src="GisMapV1.aspx" frameborder="no" name="SpatialOCX"  scrolling="no" marginheight=0 marginwidth=0 framespacing=0 frameborder="no" scrolling="no" noresize>
 </frameset>
以上页面名字为GisView.aspx?type=1子页面GisMapV1.aspx如何获取这个参数type