1. 程式人生 > >下拉列表,點擊選擇實現跳轉鏈接 onchange="window.location=..."

下拉列表,點擊選擇實現跳轉鏈接 onchange="window.location=..."

this option 用戶 onchange ... tex 註意 下拉 win

<select onchange="window.location=this.value;">
  <option value="a.html">用戶管理</option>
  <option value="b.html">用戶</option>
</select>
註意onchange部分,這樣即可以實現跳轉了

下拉列表,點擊選擇實現跳轉鏈接 onchange="window.location=..."