if(document.form1.username.value == "") { alert('กรุณากรอก Username ด้วยครับ'); document.form1.username.focus(); return false; } if(document.form1.username.value!=="".length<6) { alert('กรุณากรอกUsernameอย่างน้อย6ตัวอักษรครับ'); }
if(document.form1.username.value.length<6) { alert('กรุณากรอกUsernameอย่างน้อย6ตัวอักษรครับ'); document.form1.username.focus(); return false; }
<html> <head> <meta http-equiv=Content-Type content="text/html; charset=tis-620"> <script language = "Javascript"> function ValidateForm() { if(document.form1.fname.value == "") { alert('กรุณากรอกชื่อด้วยครับ'); document.form1.fname.focus(); return false; } if(document.form1.lname.value == "") { alert('กรุณากรอกนามสกุลด้วยครับ'); document.form1.lname.focus(); return false; } if(document.form1.idcards.value == "") { alert('กรุณากรอกหมายบัตรประจำตัวประชาชนด้วยครับ'); document.form1.idcards.focus(); return false; } if(document.form1.address.value == "") { alert('กรุณากรอกที่อยู่ด้วยครับ'); document.form1.address.focus(); return false; } if(document.form1.telephone.value == "") { alert('กรุณากรอกเบอร์โทรศัพท์ด้วยครับ'); document.form1.lname.focus(); return false; } if(document.form1.email.value == "") { alert('กรุณากรอก Email ด้วยครับ'); document.form1.email.focus(); return false; } if(document.form1.username.value == "") { alert('กรุณากรอก Username ด้วยครับ'); document.form1.username.focus(); return false; } /*if(document.form1.username.value.length<6) { alert('กรุณากรอกUsernameอย่างน้อย6ตัวอักษรครับ'); document.form1.username.focus(); return false; }*/ if(document.form1.password1.value == "") { alert('กรุณากรอก Password ด้วยครับ'); document.form1.password1.focus(); return false; } if(document.form1.password2.value == "") { alert('กรุณายืนยัน Password ด้วยครับ'); document.form1.password2.focus(); return false; } document.form1.submit(); } </script> <title>สมัครสมาชิก</title> </head> <body> <table width=550 height = 30 cellpadding=0 cellspacing=0 border=1 align="center"> <tr> <td bgcolor = "#CCFF99" align = "left"><font face="Ms Sans Serif" size=3><b>สมัครสมาชิก</b> </td> </tr> <form name="form1" method="post" action="register_new.php" onSubmit="return ValidateForm()"> <table align="center" valign="top" border=1 valign="top" cellpadding=0 cellspacing=0 bgcolor="#FFFFCC" width=550> <tr height=30> <td colspan=2 align="left"bgcolor="#FFAA00"height=30><font face="MS Sans Serif" size=3><b>ข้อมูลส่วนตัว</b> </font> </td> </tr> <tr height=30> <td><font face ="Ms Sans Serif" color="#000000" size=1>ชื่อ</font></td> <td><input name = "fname" type = "text"><font face="Ms Sans Serif" size=2 color="FF0000">*</font></td></tr> <tr height =30> <td><font face ="Ms Sans Serif" color="#000000" size=1>นามสกุล</font></td> <td><input name = "lname" type = "text"><font face="Ms Sans Serif" size=2 color="FF0000">*</font></td> </tr> <tr height = "30"> <td><font face ="Ms Sans Serif" color="#000000" size=1>รหัสบัตรประจำตัวประชาชน</font></td> <td><input name = "idcards" type = "text"><font face="Ms Sans Serif" size=2 color="FF0000">*</font></td> </tr> <tr height=30> <td><font face="Ms Sans Serif" color="#000000" size=1>ที่อยู่</font></td> <td><input name = "address" type="text"><font face="Ms Sans Serif" size=2 color="FF0000">*(เช่น 6/12ต.สระนกแก้วอ.โพนทองจ.ร้อยเอ็ด 45110)</font></td></tr> <tr height=30> <td><font face="Ms Sans Serif" color="#000000" size=1>หมายเลขโทรศัพท์</font></td> <td><input name = "telephone" type="text"><font face="Ms Sans Serif" size=2 color="FF0000">*(กรุณากรอกเฉพาะตัวเลข เช่น 0811234567 )</font></td></tr> <tr height=30> <td><font face="Ms Sans Serif" color="#000000" size=1>อีเมล์</font></td> <td><input name = "email" type="text"><font face="Ms Sans Serif" size=2 color="FF0000">*</font></td></tr> <table align="center" border=1 valign="top" cellspacing=0 bgcolor="#FFFFCC" width=550> <tr height=30> <td colspan=2 align="left"bgcolor="#FFAA00"height=30><font face="MS Sans Serif" size=3><b>ข้อมูลสมาชิก</b> </font> </td> </tr> <tr height=30> <td><font face="Ms Sans Serif" color="#000000" size=1>Username</font></td> <td><input name = "username" type="text"><font face="Ms Sans Serif" size=2 color="FF0000">*</font> </td></tr> <tr height=30> <td><font face="Ms Sans Serif" color="#000000" size=1>Password</font></td> <td><input name = "password1" type="password"><font face="Ms Sans Serif" size=2 color="FF0000">*(6-10ตัวอักขระ)</font></td></tr> <tr height=30> <td><font face="Ms Sans Serif" color="#000000" size=1>Confirm Password</font></td> <td><input name = "password2" type="password"><font face="Ms Sans Serif" size=2 color="FF0000">*(6-10ตัวอักขระ)</font></td></tr> <tr height=30> <td colspan=2 align="center"> <input type = "submit" name = "register" value = "สมัครสมาชิก"></td> </tr> </table> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง