<form id="fRegisterGano" action="registerGano.php" method="PSOT"> <table style="width:100%"> <tr> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>ประเถทสมาชิก :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="radio" id="typeM" name="typeM" checked="checked" onClick="javaScript:if(this.checked){document.all.id_gano.style.display='none';document.all.position.style.display='none'}; document.all.upline.style.display='none';"/> ไม่เป็นสมาชิก Gano <br/> <input type="radio" id="typeM" name="typeM" onClick="javaScript:if(this.checked){document.all.id_gano.style.display='';document.all.position.style.display=''}; document.all.upline.style.display='';"/> เป็นสมาชิก Gano </td> </tr> <tr> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>รหัสสมาชิก :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="text" id="user_id" name="user_id" size="25" maxlength="20"/> <input class="button" type="button" style="width:95px" value="ตรวจสอบ" onclick="check_id();"/> </td> </tr> <tr> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>รหัสผ่าน :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="password" id="pass_id" name="pass_id" size="25" maxlength="20"/><font color="#FF0000">***</font> </td> </tr> <tr> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>ยืนยันรหัสผ่าน :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="password" id="confirm_pass" name="confirm_pass" size="25" maxlength="20"/><font color="#FF0000">***</font> </td> </tr> <tr> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>ชื่อ :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="text" id="user_name" name="user_name" size="50" maxlength="50"/><font color="#FF0000">***</font> </td> </tr> <tr> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>นามสกุล :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="text" id="user_lname" name="user_lname" size="50" maxlength="50"/><font color="#FF0000">***</font> </td> </tr> <tr> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>รหัสสมาชิก GANO :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="text" id="id_gano" name="id_gano" size="50" maxlength="6"/><font color="#FF0000">เฉพาะสมาชิก Gano</font> </td> </tr> <tr> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>ต่ำแหน่งสมาชิก GANO :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="text" id="position" name="position" size="50" maxlength="2"/><font color="#FF0000">เฉพาะสมาชิก Gano</font> </td> </tr> <tr> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>Up-line :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="text" id="upline" name="upline" size="50" maxlength="100"/><font color="#FF0000">เฉพาะสมาชิก Gano</font> </td> </tr> <tr> <td colspan="2" style="text-align:center; border-bottom:solid 1 px #663300;"> <input class="button" type="button" style="width:95px" value="ตกลง" onclick="register();"/> </td> </tr> </table> </form>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>https://www.thaicreate.com/php/forum/084281.html</title> <meta name="Generator" content="EditPlus"> <meta name="Author" content="Unidentifier"> <meta name="Keywords" content=""> <meta name="Description" content=""> <meta http-equiv="Content-Type" content="text/html; charset=utf8" /> <script src="http://code.jquery.com/jquery-latest.js"></script> <script> $(document).ready(function(){ var scopeDisplay = ''; var scopeHide = $("input#typeM").not(":checked").attr("for"); $("tr."+scopeHide).hide(); $("input[type=radio]#typeM").change(function(){ $("tr").each(function(){ if($(this).attr("rel") === "scope") $(this).hide(); }); scopeDisplay = $(this,":checked").attr("for"); $("tr."+scopeDisplay).show(); }); }); </script> </head> <body> <form id="fRegisterGano" action="registerGano.php" method="PSOT"> <table style="width:100%"> <tr> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>ประเถทสมาชิก :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="radio" id="typeM" name="typeM" checked="checked" for="newregistry" /> ไม่เป็นสมาชิก Gano <br/> <input type="radio" id="typeM" name="typeM" for="onlymember" /> เป็นสมาชิก Gano </td> </tr> <tr class="newregistry" rel="scope"> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>รหัสสมาชิก :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="text" id="user_id" name="user_id" size="25" maxlength="20"/> <input class="button" type="button" style="width:95px" value="ตรวจสอบ" onclick="check_id();"/> </td> </tr> <tr class="newregistry" rel="scope"> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>รหัสผ่าน :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="password" id="pass_id" name="pass_id" size="25" maxlength="20"/><font color="#FF0000">***</font> </td> </tr> <tr class="newregistry" rel="scope"> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>ยืนยันรหัสผ่าน :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="password" id="confirm_pass" name="confirm_pass" size="25" maxlength="20"/><font color="#FF0000">***</font> </td> </tr> <tr class="newregistry" rel="scope"> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>ชื่อ :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="text" id="user_name" name="user_name" size="50" maxlength="50"/><font color="#FF0000">***</font> </td> </tr> <tr class="newregistry" rel="scope"> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>นามสกุล :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="text" id="user_lname" name="user_lname" size="50" maxlength="50"/><font color="#FF0000">***</font> </td> </tr> <tr class="onlymember" rel="scope"> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>รหัสสมาชิก GANO :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="text" id="id_gano" name="id_gano" size="50" maxlength="6"/><font color="#FF0000">เฉพาะสมาชิก Gano</font> </td> </tr> <tr class="onlymember" rel="scope"> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>ต่ำแหน่งสมาชิก GANO :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="text" id="position" name="position" size="50" maxlength="2"/><font color="#FF0000">เฉพาะสมาชิก Gano</font> </td> </tr> <tr class="onlymember" rel="scope"> <th style="text-align:right; width:25%; border-bottom:solid 1 px #663300;"> <label>Up-line :</label> </th> <td style="text-align:left; width:75%; border-bottom:solid 1 px #663300;"> <input type="text" id="upline" name="upline" size="50" maxlength="100"/><font color="#FF0000">เฉพาะสมาชิก Gano</font> </td> </tr> <tr> <td colspan="2" style="text-align:center; border-bottom:solid 1 px #663300;"> <input class="button" type="button" style="width:95px" value="ตกลง" onclick="register();"/> </td> </tr> </table> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง