|
|
|
รบกวนช่วยดูโค้ด dropdownlist ให้หน่อยค่ะ รบกวนช่วยดูโค้ดให้หน่อยค่ะ เนื่องจากเปิดที่ IE สามารถ RUN ได้นะคะ |
|
|
|
|
|
|
|
รบกวนช่วยดูโค้ดให้หน่อยค่ะ เนื่องจากเปิดที่ IE สามารถ RUN ได้นะคะ แต่พอมาเปิดที่ Firefox พอเลือก dropdownlist แรกแล้ว dropdownlist อันที่ 2 ไม่มีอะไรขึ้นมาให้เลือกนะคะ แต่ถ้าเปิด IE สามารถเลือกได้ปกติ รบกวนดูให้ทีนะคะว่าโค้ดเป็นอะไรนะคะ แล้วพอจะแนะนำวิธีการแก้ไขยังไงได้บ้างค่ะ
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script>
function addoption(obj,ref,txt) {
opt=document.createElement("option");
opt.value=ref;
opt.text=txt;
obj.add(opt);
}
function change() {
var_text0=document.getElementsByName("text")[0].value;
while(document.getElementsByName("text")[1].length!=0) {
document.getElementsByName("text")[1].remove(0);
}
if(var_text0=="1") {
addoption(document.getElementsByName("text")[1],"","");
addoption(document.getElementsByName("text")[1],"Mr","Mr");
}
if(var_text0=="2") {
addoption(document.getElementsByName("text")[1],"","");
addoption(document.getElementsByName("text")[1],"Mrs","Mrs");
}
if(var_text0=="3") {
addoption(document.getElementsByName("text")[1],"","");
addoption(document.getElementsByName("text")[1],"Miss","Miss");
}
}
</script>
</head>
<body>
<form name="form1" method="post" action="">
<p>test 1
<select name="text" onchange="change()">
<option></option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</p>
<p>test 2
<select name="text">
<option></option>
<option value="Mr">Mr</option>
<option value="Mrs">Mrs</option>
<option value="Miss">Miss</option>
</select>
</p>
</form>
</body>
</html>
Tag : - - - -
|
|
|
|
|
|
Date :
2009-12-15 18:02:04 |
By :
koy |
View :
1266 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมลองแล้ว ก็ มา หมด นะ ครับ -*-
|
|
|
|
|
Date :
2009-12-15 18:17:55 |
By :
popnakub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
โทษคร๊าบ ลองใหม่แล้วก็ไม่ได้ ก็เหมือนกัน -*- ขอโทษอย่างแรงคร๊าบบบ
|
|
|
|
|
Date :
2009-12-15 18:20:11 |
By :
popnakub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รบกวนดูให้ทีนะคะ ว่าทำไมเปิดจาก Firefox แล้วไม่ได้นะคะ
|
|
|
|
|
Date :
2009-12-15 18:29:01 |
By :
koy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รอแปปกะลังลองอยู่เดวมา
ทำไม select มันชื่อ text เหมือนกันทั้งสองตัว ดูแล้วงง แต่ว่าบอกจุดประสงค์ในการทำได้ปะเอาไปทำไร
เพิ่มเติมนะ
firefox อาจจะไม่สนับสนุน คำสั่ง getElementByName ลองเปลี่ยนเป็น getElementById ดูนะครับ
|
|
|
|
|
Date :
2009-12-15 18:37:52 |
By :
naskw |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|