<td width="98%" align="left" valign="top"><form id="frmquetion" name="frmquetion" method="post" action="" onsubmit="return ChlNull_Quetion(document.forms.frmquetion.txt_chk.value,<?=$num_random?>);">'ตรงนี้จะเป็นส่วนเรียกฟังก์ชั่น <tr> <td><font color="#FF0000"> <?=$num_random?> </font></td> </tr> <tr> <td><label> <input name="txt_chk" type="text" id="txt_chk" size="10" maxlength="6" /> </label></td> </tr> </form>
<script language="javascript" type="text/javascript"> function ChlNull_Quetion(Str1,Str2){'ฟังก์ชั่นและจะรับค่าที่ส่งมา if(Str1==''){ alert('กรุณาใส่ข้อมูลเพื่อตรวจสอบ'); document.frmquetion.txt_chk.focus(); return false; }else if(Str1!=''){ if(Str1!=Str2){ alert('กรอกข้อมูลไม่ตรงกัน'); document.frmquetion.txt_chk.focus(); return false; }else{ return true; } } </script>
<form id="frmquetion" name="frmquetion" method="post" action="" onsubmit="javascript:return ChlNull_Quetion('<?=$num_random?>');"> ..... ..... <tr> <td> <font color="#FF0000"><?=$num_random?></font> </td> </tr> <tr> <td> <label><input name="txt_chk" type="text" id="txt_chk" size="10" maxlength="6" /></label> </td> </tr> ..... ..... </form>
<script type="text/javascript"> function ChlNull_Quetion(Str) //ฟังก์ชั่นและจะรับค่าที่ส่งมา { var txtBox = document.getElementById('txt_chk'); if (txtBox.value == null || txtBox.value == "") { alert("กรุณาใส่ข้อมูลเพื่อตรวจสอบ"); txtBox.focus(); return false; } else if (txtBox.value != Str) { alert("กรอกข้อมูลไม่ตรงกัน"); txtBox.focus(); return false; } return true; } </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง