|
|
|
รบกวนดู Code ให้หน่อยค่ะ พอดีจะเลือก checkbox ทั้ง 1 และ 2 นะคะ แต่ตอนนี้เลือกได้แค่อันใดอันหนึ่งนะคะ |
|
|
|
|
|
|
|
รบกวนดู Code นี้ให้หน่อยค่ะ พอเลือกวันที่แล้ว ติ๊กที่ปุ่ม checkbox หมายเลข1 แล้วข้อมูลก็จะปรากฎที่ 4,5,6,7 นะคะ แล้วที่นี้พอเลือก 2 ปรากฎที่ 8,9,10,11 ใช่ไหมค่ะ แต่ที่นี่ว่าถ้าจะเลือกทั้ง 1 และ 2 หรือ 1 และ 3 คือเลือก 2 ตัวนะคะ ต้องทำยังไงค่ะ พอดีตอนนี้เลือกได้แค่ตัวใดตัวหนึ่งนะคะ เลือกพร้อมกันทั้ง 2 ตัวไม่ได้นะคะ และถ้าติ๊กข้อมูลที่เลือกออกข้อมูลก็จะต้องหายไปนะคะ เช่น ถ้าเอาที่ติ๊กเลือก 1 ออก ข้อมูล 4,5,6,7 ก็จะหายไป แต่ถ้าติ๊กเลือก 4 ออก ข้อมูลที่ปรากฎใน 5,6,7 ก็จะหายไปนะคะ รบกวนดูให้หน่อยค่ะ
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Untitled Document</title>
<script language="JavaScript">
function frmView(){
if(frm.sdate.value!=''){
frm.method = 'post';
frm.action='test5.php';
frm.submit();
}
}
</script>
</head>
<body>
<form id="frm" name="frm" method="post" action="">
<table width="100%" border="1">
<tr>
<td width="22%" rowspan="10">วันที่ออน :
<select name="sdate">
<option value=""> : Select : </option>
<option value="<?php echo date('Y-m-d');?>" <?php if($sdate==date('Y-m-d')){?> selected <? } ?>><?php echo date('Y-m-d');?></option>
</select></td>
<td width="9%">เลือกทั้งหมด</td>
<td width="21%"><input name="chk" type="checkbox" value="chk1" <?php if($chk=='chk1'){?> checked <? } ?> onclick="input.value=chk.value;frmView();"/></td>
<td width="3%"> </td>
<td width="21%"> </td>
<td width="3%"> </td>
<td width="21%"> </td>
</tr>
<tr>
<td rowspan="3">1.</td>
<td rowspan="3"><input name="chk" type="checkbox" value="chk2" <?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk2'){ ?> checked<? } ?> onclick="input.value=chk.value;frmView();"/>
<input name="input" type="text" id="input" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk2'){?><?=$sdate?><? } ?>" /></td>
<td rowspan="3">4.</td>
<td rowspan="3"><input name="chk" type="checkbox" value="chk3" <?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk2'){ ?> checked<? }else if ($chk=='chk3'){ ?> checked<? } ?> onclick="input.value=chk.value;frmView();"/>
<input name="input2" type="text" id="input2" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk2'){?><?=$sdate?><? }else if ($chk=='chk3'){?><?=$sdate?><? } ?>" /></td>
<td>5.</td>
<td><input name="chk" type="checkbox" value="chk4" <?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk2'){ ?> checked<? }else if ($chk=='chk3'){ ?> checked<? } ?> />
<input name="input3" type="text" id="input3" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk2'){?><?=$sdate?><? }else if ($chk=='chk3'){?><?=$sdate?><? } ?>" /></td>
</tr>
<tr>
<td>6.</td>
<td><input name="chk" type="checkbox" value="chk5" <?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk2'){ ?> checked<? }else if ($chk=='chk3'){ ?> checked<? } ?>/>
<input name="input4" type="text" id="input4" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk2'){?><?=$sdate?><? }else if ($chk=='chk3'){?><?=$sdate?><? } ?> "/></td>
</tr>
<tr>
<td>7.</td>
<td><input name="chk" type="checkbox" value="chk6" <?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk2'){ ?> checked<? }else if ($chk=='chk3'){ ?> checked<? } ?>/>
<input name="input5" type="text" id="input5" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk2'){?><?=$sdate?><? }else if ($chk=='chk3'){?><?=$sdate?><? } ?>" /></td>
</tr>
<tr>
<td rowspan="3">2.</td>
<td rowspan="3"><input name="chk" type="checkbox" value="chk7" <?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk7'){ ?> checked<? } ?> onclick="input.value=chk.value;frmView();"/>
<input name="input1" type="text" id="input1" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk7'){?><?=$sdate?><? } ?>" /></td>
<td rowspan="3">8.</td>
<td rowspan="3"><input name="chk" type="checkbox" value="chk8" <?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk7'){ ?> checked<? } ?> onclick="input.value=chk.value;frmView();"/>
<input name="input6" type="text" id="input6" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk7'){?><?=$sdate?><? } ?>" /></td>
<td>9.</td>
<td><input name="chk" type="checkbox" value="chk9" <?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk7'){ ?> checked<? } ?>/>
<input name="input7" type="text" id="input7" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk7'){?><?=$sdate?><? } ?>" /></td>
</tr>
<tr>
<td>10.</td>
<td><input name="chk" type="checkbox" value="chk10" <?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk7'){ ?> checked<? } ?>/>
<input name="input8" type="text" id="input8" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk7'){?><?=$sdate?><? } ?>" /></td>
</tr>
<tr>
<td>11.</td>
<td><input name="chk" type="checkbox" value="chk11"<?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk7'){ ?> checked<? } ?>/>
<input name="input9" type="text" id="input9" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk7'){?><?=$sdate?><? } ?>" /></td>
</tr>
<tr>
<td rowspan="3">3.</td>
<td rowspan="3"><input name="chk" type="checkbox" value="chk12" <?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk12'){ ?> checked<? } ?> onclick="input.value=chk.value;frmView();"/>
<input name="input10" type="text" id="input10" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk12'){?><?=$sdate?><? } ?>" /></td>
<td rowspan="3">12.</td>
<td rowspan="3"><input name="chk" type="checkbox" value="chk13" <?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk12'){ ?> checked<? } ?> onclick="input.value=chk.value;frmView();"/>
<input name="input11" type="text" id="input11" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk12'){?><?=$sdate?><? } ?>" /></td>
<td>13.</td>
<td><input name="chk" type="checkbox" value="chk14" <?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk12'){ ?> checked<? } ?>/>
<input name="input12" type="text" id="input12" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk12'){?><?=$sdate?><? } ?>" /></td>
</tr>
<tr>
<td>14.</td>
<td><input name="chk" type="checkbox" value="chk15" <?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk12'){ ?> checked<? } ?>/>
<input name="input13" type="text" id="input13" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk12'){?><?=$sdate?><? } ?>" /></td>
</tr>
<tr>
<td>15.</td>
<td><input name="chk" type="checkbox" value="chk16"<?php if($chk=='chk1'){?> checked <? }else if ($chk=='chk12'){ ?> checked<? } ?>/>
<input name="input14" type="text" id="input14" value="<? if ($chk=='chk1'){?><?=$sdate?><? }else if ($chk=='chk12'){?><?=$sdate?><? } ?>" /></td>
</tr>
</table>
</form>
</body>
</html>
Tag : PHP, MySQL, JavaScript
|
|
|
|
|
|
Date :
2011-03-04 16:27:52 |
By :
ฟ้า |
View :
817 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตัวอย่างการใช้ Multiple Checkbox น่ะครับ
Go to : PHP Multiple Checkbox
|
|
|
|
|
Date :
2011-03-04 17:29:40 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|