|
|
|
ผมมีปัญหาเกี่ยวกับการส่งค่า java prompt อ่ะครับ ต้องการส่งค่าแบบ array ไปทาง url เลยอ่ะครับแต่ไม่รู้วิธีเขียน |
|
|
|
|
|
|
|
Code (PHP)
<label for='item1'><input type='checkbox' name='Items[]' id='item1' class='allow' value='กรรไกร' /> กรรไกร </label><br />
<label for='item2'><input type='checkbox' name='Items[]' id='item2' class='allow' value='ปากกาไวท์บอร์ด' /> ปากกาไวท์บอร์ด </label><br />
<label for='item3'><input type='checkbox' name='Items[]' id='item3' class='allow' value='เครื่องขยายเสียง' /> เครื่องขยายเสียง </label><br />
<input type='button' class='btnNotAllow' value='ไม่อนุมัติ' /><input type='button' class='btnAllow' value='อนุมัติ' />
<script type='text/javascript'>
$(document).ready(function(){
$("input.btnNotAllow").click(function(){
$("input.allow").each(function(indx,val){
if($(this).is(':checked')){
alert($(this).val());
}
});
});
});
</script>
|
|
|
|
|
Date :
2015-10-14 20:11:13 |
By :
เฟี้ยวฟ้าว ส้มตำลาว |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ดัน ๆ ๆ
|
|
|
|
|
Date :
2015-10-15 20:45:17 |
By :
nadthasin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ส่งได้แค่ comma ขั้นครับ แล้วค่อยไป split เอาครับ
|
|
|
|
|
Date :
2015-10-15 21:58:29 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มีตัวอย่าง code รับส่ง prompt array ไหมครับ คือผมไม่ค่อยรู้เรื่องเกี่ยวกับ java กับ array สักเท่าไหร่ ไม่รู้จะเริ่มยังไงดี ช่วยหน่อยนะครับ
|
|
|
|
|
Date :
2015-10-16 22:56:46 |
By :
nadthasin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|