<script language="JavaScript"> function onCancle() { if(confirm('Do you want to Cancle ?')==true) { return true; } else { return false; } } </script> <form name="frmMain" action="record_cancle.php" method="post" OnSubmit="return onCancle();"> <table align="center" border="0" width="700" > <tr align="right"> <td class="style2"><input type="checkbox" name="cancle" value="cancle" onClick="onCancle();">Cancle Job</td> </tr> </table> </form>
if(document.form1.chk.checked==flase) { alert('aaaa'); }
<script language='javascript' type='text/javascript'> function onCancle(){ if(confirm('Do you want to Cancle ?')==true){ return true; }else{ return false; } } </script> </script> <form name="frmMain" action="record_cancle.php" method="post" OnSubmit="return onCancle();"> <table align="center" border="0" width="" > <tr align="right"> <td class="style2"><input type="checkbox" name="cancle" value="cancle" >Cancle Job <input name="btnsubmit" type="submit" value="OK" /></td> </tr> </table> </form>
<script type="text/javascript"> function onCancle() { if(confirm('Do you want to Cancle ?')==true) { document.getElementById('frmMain').submit(); } else { return false; } } </script> <form id="frmMain" name="frmMain" action="record_cancle.php" method="post"> <table align="center" border="0" width="700" > <tr align="right"> <td class="style2"><input type="checkbox" name="cancle" value="cancle" onClick="onCancle();">Cancle Job</td> </tr> </table> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง