|
|
|
auto checkbox และ un auto checkbox ต้องการให้ clear checkbox และ radio ไปด้วยในกรณีที่เลือก Yes , No แล้วไป checkbox อ่ะค่ะ |
|
|
|
|
|
|
|
พอดีมีใช้ java display ควบคู่กันไปด้วยค่ะ ตอนนี้ตัว OnClick="if(!this.checked) ใช้งานไม่ได้ค่ะ
เลยไม่แน่ใจว่าเป็นเพราะใช้ java ซ้อนกันหรือป่าวค่ะ
<script language="JavaScript">
function fncShow1()
{
document.getElementById('myTable1').style.display = '';
}
function fncHide1()
{
document.getElementById('myTable1').style.display = 'none';
}
function fncHide3()
{
document.getElementById('myTable1').style.display = 'none';
}
</script>
<table width="95%" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2">
<input type="radio" value="0" OnClick="if(!this.checked){document.frm.checkbox1.checked=false;document.frm.checkbox2.checked=false;document.frm.checkbox3.checked=false;}"> N/A
</td>
</tr>
<tr>
<td width="14%">
<input name="q5" type="radio" value="0" onclick="JavaScript:fncHide3();"> N/A</font>
<input name="q5" type="radio" value="1" onclick="JavaScript:fncHide1();"> Yes</font>
<input name="q5" type="radio" value="2" onclick="JavaScript:fncShow1();"> No</font></td>
</tr>
</table>
<table width="95%" align="center" cellpadding="0" cellspacing="0" id="myTable1" style="display = 'none'">
<tr>
<td>
<font face="tahoma" size="2">
<input type="checkbox" name="answer[]" value="61" id="checkbox1"> มาม่า
<input type="checkbox" name="answer[]" value="62" id="checkbox2"> ยำยำ
<input type="checkbox" name="answer[]" value="63" id="checkbox3"> ไวไว
</font>
</td>
</tr>
</table>
|
|
|
|
|
Date :
2011-01-25 11:42:30 |
By :
pumhonda |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|