<script language="JavaScript"> //============ ตรวจสอบค่าว่าง function checkemail() { ok = "1234567890qwertyuiop[]asdfghjklzxcvbnm.@-_QWERTYUIOPaSDFGHJKLzXCVBNM"; for(i=0; i < e.length ;i++){ if(ok.indexOf(e.charat(i))<0){ return (false); } } if (document.images) { re = /(@.*@)|(\.\.)|(^\.)|(^@)|(@$)|(\.$)|(@\.)/; re_two = /^.+\@(\[?)[a-za-z0-9\-\.]+\.([a-za-z]{2,4}|[0-9]{1,3})(\]?)$/; if (!e.match(re) && e.match(re_two)) { return (-1); } } } function checkvalue() { if(checkemail(document.frmRegister.txtEmail.value=="")) { alert('กรุณากรอก อีเมล์ '); document.frmRegister.txtEmail.focus(); return false; } if(!checkemail(document.frmRegister.txtEmail.value=="")) { alert('กรุณากรอก อีเมล์ให้ถูกต้อง '); document.frmRegister.txtEmail.focus(); return false; } if(document.frmRegister.txtEmailCon.value=="") { alert('กรุณากรอก ยืนยันอีเมล์ '); document.frmRegister.txtEmailCon.focus(); return false; } if(document.frmRegister.txtEmail.value != document.frmRegister.txtEmailCon.value) { alert('กรุณายืนยันอีเมล์ให้ตรงกัน'); document.frmRegister.txtEmail.focus(); return false; } if(document.frmRegister.txtPass.value=="") { alert('กรุณากรอก รหัสผ่าน '); document.frmRegister.txtPass.focus(); return false; } if(document.frmRegister.txtPassCon.value=="") { alert('กรุณากรอก ยืนยันรหัสผ่าน '); document.frmRegister.txtPassCon.focus(); return false; } if(document.frmRegister.txtPass.value != document.frmRegister.txtPassCon.value) { alert('กรุณายืนยันรหัสผ่านให้ตรงกัน'); document.frmRegister.txtPassCon.focus(); return false; } if(document.frmRegister.txtName.value=="") { alert('กรุณากรอก ชื่อ '); document.frmRegister.txtName.focus(); return false; } if(document.frmRegister.txtLastName.value=="") { alert('กรุณากรอก นามสกุล'); document.frmRegister.txtLastName.focus(); return false; } if(document.frmRegister.txtAddress.value=="") { alert('กรุณากรอก ที่อยู่ '); document.frmRegister.txtAddress.focus(); return false; } if(document.frmRegister.txtProvince.value=="") { alert('กรุณากรอก จังหวัด '); document.frmRegister.txtProvince.focus(); return false; } if(document.frmRegister.txtZipCode.value=="") { alert('กรุณากรอก รหัสไปรษณีย์ '); document.frmRegister.txtZipCode.focus(); return false; } if(document.frmRegister.txtTel.value=="") { alert('กรุณากรอก หมายเลขโทรศัพท์ '); document.frmRegister.txtTel.focus(); return false; } } </script>
<form name="frmRegister" method="post" action="?action=Register" onSubmit="return checkvalue();"> <label>อีเมล์</label> <input name="txtEmail" type="text" class="txtbox" id="txtEmail" value="<?=$_POST["txtEmail"];?>"/> <label>ยืนยันอีเมล์</label> <input name="txtEmailCon" type="text" class="txtbox" id="txtEmailCon" value="<?=$_POST["txtEmailCon"];?>"/> <label>รหัสผ่าน</label> <input name="txtPass" type="password" class="txtbox" id="txtPass" value="<?=$_POST["txtPass"];?>"/> <label>ยืนยันรหัสผ่าน</label> <input name="txtPassCon" type="password" class="txtbox" id="txtPassCon" value="<?=$_POST["txtPassCon"];?>"/> <label>ชื่อ - นามสกุล</label> <input name="txtName" type="text" class="txtbox" id="txtName" value="<?=$_POST["txtName"];?>"/><input name="txtLastName" class="input" type="text" class="txtbox" id="txtLastName" value="<?=$_POST["txtLastName"];?>"/> <div class="gender"> <label>เพศ</label> <input style="float:none; width:25px" name="rdoGender" type="radio" value="M" checked id="Male"/>ชาย <input style="float:none; width:25px" name="rdoGender" type="radio" value="F" id="Female"/>หญิง </div> <label>ที่อยู่</label> <textarea name="txtAddress" id="txtAddress" style="width: 250px; height: 150px;"><?=$_POST["txtAddress"];?></textarea> <label>จังหวัด</label> <select name="txtProvince" id="txtProvince"> <?php $q="select * from province "; $qr=mysql_query($q); while($rs=mysql_fetch_array($qr)){ ?> <option value="<?=$rs['name_province']?>"><?=$rs['name_province']?></option> <?php } ?> </select> <label>รหัสไปรษณีย์</label> <input name="txtZipCode" class="input" type="text" class="txtbox" id="txtTel3" value="<?=$_POST["txtZipCode"];?>" size="5" maxlength="5"/> <label>หมายเลขโทรศัพท์</label> <input name="txtTel" class="input" type="text" id="txtTel" value="<?=$_POST["txtTel"];?>"/> <label>หมายเลขโทรสาร</label> <input name="txtFax" class="input" type="text" id="txtFax" value="<?=$_POST["txtFax"];?>"/> <div class="button_register"> <button class="btn" type="submit">ลงทะเบียน</button> <button class="bt" type="reset">ล้างข้อมูล</button> </div> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง