<!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> <title></title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('#use_passnew2').hide(); $('#create_new').click(function(){ if($(this).attr('checked') == true){ $('#txt1').hide(); $('#use_passnew2').show(); }else{ $('#txt1').show(); $('#use_passnew2').hide(); } }); }); function chkform(){ if($('#create_new').attr('checked') == true){ if($('#use_passnew2').val() == ''){ alert('กรอกข้อมูลรหัสใหม่ที่ต้องการ'); return false; } }else{ if($('#txt1').val() == ''){ alert('กรอกข้อมูลรหัสด้วย'); return false; } } } </script> </head> <body> <form id="form1" name="form1" method="post" action="" onsubmit="return chkform();"> <p> <input type="text" name="txt1" id="txt1" value="xxxxx" /> <input type="text" name="use_passnew2" id="use_passnew2" value="textbox2" /> <input name="checkbox" type="checkbox" id="create_new"/>ตั้งรหัสผ่านใหม่ </p> <p> <input type="submit" name="button" id="button" value="Submit" /> </p> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง