<!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=windows-874" /> <title>Untitled Document</title> <meta content="text/html; charset=utf-8" http-equiv="content-type" /> <script type="text/javascript" src="ckeditor.js"></script> <script src="/_sample.js" type="text/javascript"></script> <link href="/_sample.css" rel="stylesheet" type="text/css" /> </head> <script> function c_login() { if(login.m_data.value.length<4) {alert('กรุณากรอกรายละเอียดอย่างน้อย 4 ตัวอักษร');login.m_data.focus();return false;} else if(login.m_name.value.length<4) {alert('กรุณากรอกชื่ออย่างน้อย 4 ตัวอักษร');login.m_name.focus();return false;} } </script> <body> <form id="login" name="login" method="POST" action="<?php echo $loginFormAction; ?>" onsubmit="return c_login();"> <label></label> <table width="848" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="844"><p> <textarea name="m_data" class="ckeditor" id="m_data"></textarea> </p> <p> <label> <input name="m_name" type="text" id="m_name" /> </label> </p> <p><input type="submit" name="button" id="button" value="Submit" /> <input type="reset" name="Submit2" value="Reset" /> </p></td> </tr> </table> <label><br /> </label> <label></label> </form> </body> </html>
function c_login() { if($("textarea#m_data").val().length < 4) { alert('กรุณากรอกรายละเอียดอย่างน้อย 4 ตัวอักษร'); document.login.m_data.focus(); return false; } if($("input#m_name").val().length < 4) { alert('กรุณากรอกชื่ออย่างน้อย 4 ตัวอักษร'); document.login.m_name.focus(); return false; } }
<script type="text/javascript"> function SubmitForm() { if (CKEDITOR != undefined) { for (var instance in CKEDITOR.instances) CKEDITOR.instances[instance].updateElement(); } if(document.formMain.txtDescription.value=="") { alert('กรุณากรอก (รายละเอียด)'); return false; } } </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง