<!DOCTYPE html> <html> <head> <title>Signin</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script> function validate_form_signup(){ if(document.getElementById("name_system").value == ''){ alert("กรุณาตั้งชื่อผู้ใช้"); document.getElementById("name_system").focus(); return false; }else if(document.getElementById("username_system").value == ''){ alert("กรุณาตั้งชื่อเพื่อล๊อคอิน"); document.getElementById("username_system").focus(); return false; }else if(document.getElementById("password_system").value == ''){ alert("กรุณาตั้งรหัสผ่าน"); document.getElementById("password_system").focus(); return false; }else if(document.getElementById("confirm_password_system").value == ''){ alert("กรุณายืนยันรหัสผ่าน"); document.getElementById("confirm_password_system").focus(); return false; }else if(document.getElementById("password_system").value != document.getElementById("confirm_password_system").value){ alert("กรุณายืนยันรหัสผ่านให้ถูกต้อง"); document.getElementById("form_system").focus(); return false; } } </script> </head> <body> <form action='chk_member.php' method="post" id="form_system"> <label>Name:</label> <input type="text" name="name" id="name_system" /> <label>Username:</label> <input type="text" name="username" id="username_system" /> <label>Password:</label> <input type="password" name="password" id="password_system" /> <label>Confirm Password:</label> <input type="password" name="confirm_password" id="confirm_password_system" /> <input type="submit" name="btn" id="btn_system" value="Signup" onclick="validate_form_signup()" /> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง