<!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=utf-8" /> <title>[]QTY Thaicreate</title> <script type="text/javascript"> function checkValue(value, iRow){ var limit = document.getElementById("txt_received[" + iRow + "]").value; if (value > limit) { alert("ค่าที่กรอกเกินกว่ากำหนด"); document.getElementById("txt_issue[" + iRow + "]").value = ""; document.getElementById("txt_issue[" + iRow + "]").focus(); return false; } } </script> </head> <body> <form id="" action=""> <table border="0"> <tr> <td>ตัวกำหนด</td> <td>ตัวกรอก</td> </tr> <?php $i = 0; while($i <= 4){ ?> <tr> <td><input type="text" id="txt_received[<?php echo $i; ?>]" value="<?php echo rand(400, 500); ?>" disabled="disabled" /></td> <td><input type="text" id="txt_issue[<?php echo $i; ?>]" onchange="return checkValue(this.value, <?php echo $i; ?>);" /></td> </tr> <?php $i++; } ?> </table> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง