<? include ("Default.inc"); จังหวัด <select id="ddlProvince" name="select_province" onChange = "ListAmphur(this.value)"> <option selected value="">---เลือก---</option> $strSQL = "SELECT * FROM province ORDER BY PROVINCE_NAME "; $objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]"); while($objResult = mssql_fetch_array($objQuery)) { if($strDefault2==$objResult["PROVINCE_ID"]) { $sel="selected"; } else { $sel=""; } ?> <option value="<?=$objResult["PROVINCE_ID"];?>"<?=$sel;?>><?=$objResult["PROVINCE_NAME"];?></option> <? } ?> </select> อำเภอ <select id="ddlAmphur" name="select_amphur" style="width:120px" onChange = "ListDistrict(this.value)"></select>//ใส่อย่างไรครับ ตำบล <select id="ddlDistrict" name="select_district" style="width:200px"></select>//ใส่อย่างไรครับ
<select id="ddlAmphur" name="select_amphur" style="width:120px" onChange = "ListDistrict(this.value)"> <? if($strDefault3==$objResult["AMPHUR_ID"]) { $sel="selected"; } else { $sel=""; } ?> <option value="<?=$objResult["AMPHUR_ID"];?>"<?=$sel;?>><?=$objResult["AMPHUR_NAME"];?></option> </select>
for(i=0; i<ele.length; i++){ if(eleValue == ele.options[i].value){ ele.selectedIndex = i; break; } }
<? for($i=0; $i<ele.length; $i++){ if(eleValue == ele.options[$i].value){ ele.selectedIndex = $i; break; } } ?> </head> อำเภอ <select id="ddlAmphur" name="select_amphur" style="width:120px" onChange = "ListDistrict(this.value)"> <option value="<?=$objResult["AMPHUR_ID"];?>"<?=$i;?>><?=$objResult["AMPHUR_NAME"];?></option>
Quote:eleValue
elm = document.getElementById("ddlXXX"); for (x=0;x<elm.length;x++) { if (elm.options[x].value=="ค่าเริ่มต้น") { elm.options[x].selected = true; break; } }
<body onload=" elm = document.getElementById("ddlAmphur"); for (x=0;x<elm.length;x++) { if (elm.options[x].value=="<?=$objResult["c_amphur"];?>") { elm.options[x].selected = true; break; } }"
อำเภอ <select id="ddlAmphur" name="select_amphur" style="width:120px" onChange = "ListDistrict(this.value)"></select>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง