<script type="text/javascript"> function fncAdd(){ var a = document.querySelectorAll( '[name=qu2_1]'); var ln = a.length; for(var i=0;i<ln;i++){ if( a.item(i).checked ){ alert( a.item(i).value); return true;} } alert('กรุณาตอบคำถามส่วนที่ 2 ข้อ 1'); return false; var b = document.querySelectorAll( '[name=qu2_2]'); var ln = b.length; for(var i=0;i<ln;i++){ if( b.item(i).checked ){ alert( b.item(i).value); return true;} } alert('กรุณาตอบคำถามส่วนที่ 2 ข้อ 2'); return false; var c = document.querySelectorAll( '[name=qu2_3]'); var ln = c.length; for(var i=0;i<ln;i++){ if( c.item(i).checked ){ alert( c.item(i).value); return true;} } alert('กรุณาตอบคำถามส่วนที่ 2 ข้อ 3'); return false; } </script>
<form role="form" action="pollAdd.php" method="post"> <div class="form-group"> <div class="container"> <div style="margin-right: 30px;"> <table class="table table-bordered"> <thead> <tr class="active"> <th rowspan="2" ><center>รายการ</center></th> <th colspan="5"><center>ระดับความคิดเห็น</center></th> </tr> <tr class="active" style="font-size: 10pt"> <th width="7%"><center>5<br>มากที่สุด</center></th> <th width="7%"><center>4<br>มาก</center></th> <th width="7%"><center>3<br>ปานกลาง</center></th> <th width="7%"><center>2<br>น้อย</center></th> <th width="7%"><center>1<br>น้อยที่สุด</center></th> </tr> </thead> <tbody> <tr> <td>1. ข้าพเจ้ารู้สึกว่างานที่ทำอยู่ทุกวันนี้มีความมั่นคง</td> <td align="center"><input type="radio" name="qu2_1" value="5"></td> <td align="center"><input type="radio" name="qu2_1" value="4"></td> <td align="center"><input type="radio" name="qu2_1" value="3"></td> <td align="center"><input type="radio" name="qu2_1" value="2"></td> <td align="center"><input type="radio" name="qu2_1" value="1"></td> </tr> <tr> <td>2. ข้าพเจ้ามีความเชื่อมั่นในตัวผู้บริหารที่สามารถบริหารงานของบริษัท ได้อย่างมี</td> <td align="center"><input type="radio" name="qu2_2" value="5"></td> <td align="center"><input type="radio" name="qu2_2" value="4"></td> <td align="center"><input type="radio" name="qu2_2" value="3"></td> <td align="center"><input type="radio" name="qu2_2" value="2"></td> <td align="center"><input type="radio" name="qu2_2" value="1"></td> </tr> <tr> <td>3. เป็นบริษัทฯ ที่มีความมั่นคง ลูกค้าทั่วไปให้ความไว้วางใจ และมีการขยายงานของบริษัทฯ เพิ่มขึ้นตลอดเวลา</td> <td align="center"><input type="radio" name="qu2_3" value="5"></td> <td align="center"><input type="radio" name="qu2_3" value="4"></td> <td align="center"><input type="radio" name="qu2_3" value="3"></td> <td align="center"><input type="radio" name="qu2_3" value="2"></td> <td align="center"><input type="radio" name="qu2_3" value="1"></td> </tr> </tbody> </table> </div> </div><!--end ส่วนที่ 2--> <div class="roll"> <button type="submit" class="btn btn-primary" onClick="fncAdd()"> <i class="glyphicon glyphicon-floppy-save"></i> เพิ่มข้อมูล </button> </div><!-- end class="roll" ปุ่ม button --> </div></form>
button type="submit" class="btn btn-primary" onClick="fncAdd()"> <i class="glyphicon glyphicon-floppy-save"></i> เพิ่มข้อมูล </button>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง