場的名字,我有兩套稱爲state_d列表(國家列表) 一位名爲STATE_O和一個和我有一個功能,我對他們現在要做的獲取傳遞
function selectCountry(sel) {
document.getElementById("country_o").selectedIndex = states[sel.value];
}
我想要做的是確定「sel」是否爲state_o或state_d並根據選擇的狀態將getElementById(「country_o」)更改爲_o或_d,因此state_o會執行country_o和state_d將執行country_d
如何確定選擇字段名稱?
謝謝!
+1 Nice clean function update。 – 2010-10-12 17:52:35