js 下拉框

前端 下拉框 点击任意一个option 跳转设定的地址
<select onchange=“javascript:window.open(this.options[this.selectedIndex].value);this.selectedIndex=0” size=“1” name=“select2”>
省内设区市网站

南昌市人民政府

                    <option value="http://www.yichun.gov.cn/">
                    宜春市人民政府
                    </option>
                  
                </select>

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_41865469/article/details/83185580