<body> <table width="80%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="750" height="200" class="font"> <table width="68%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" class="font"> <tr bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="border"> <td width="468" height="30" bordercolor="#FFFFFF" bgcolor="#0077A5"><div align="center" class="style6 style9">ค้นหาข้อมูล</div></td> </tr> <tr bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="border"> <td height="30" bordercolor="#FFFFFF" bgcolor="#E1F0FF"><div align="left" class="style8"> <form id="form1" name="form1" method="post" action="Show.asp"> <div align="left">เลขประจำตัวประชาชน <input type="text" name="textf1" maxlength="13" /> <input name="Sch1" type="submit" id="Sch1" value="ค้นหาข้อมูล"/> </div> </form> </div></td> </tr> <tr bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="border"> <td height="30" bordercolor="#FFFFFF" bgcolor="#E1F0FF"><div align="left" class="style8"> <form id="form2" name="form2" method="post" action="Show2.asp"> <div align="left">ชื่อ-นามสกุล <input type="text" name="textf2" /> <input name="Sch2" type="submit" id="Sch2" value="ค้นหาข้อมูล" /> </div> </form> </div></td> </tr> </table> </body>
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <title>ค้นหาข้อมูล</title> <style type="text/css"> <!-- .style6 { color: #FFFFFF; font-weight: bold; } .style8 {color: #0077A5; font-size: 18px; } .style9 {font-size: 22px} --> </style> </head> <body> <script language="javascript"> function chk1Submit() { if(document.form1.textf1.value == "") { alert('กรอกตัวเลข13หลัก'); document.form1.textf1.focus(); return false; } document.form1.submit(); } function chk2Submit() { if(document.form2.textf2.value == "") { alert('กรอก ชื่อ-นามสกุล'); document.form2.textf2.focus(); return false; } document.form2.submit(); } </script> <table width="80%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="750" height="200" class="font"> <table width="68%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" class="font"> <tr bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="border"> <td width="468" height="30" bordercolor="#FFFFFF" bgcolor="#0077A5"><div align="center" class="style6 style9">ค้นหาข้อมูล</div></td> </tr> <tr bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="border"> <td height="30" bordercolor="#FFFFFF" bgcolor="#E1F0FF"><div align="left" class="style8"> <form id="form1" name="form1" method="post" action="Show.asp"> <div align="left">เลขประจำตัวประชาชน <input type="text" name="textf1" maxlength="13" /> <input name="Sch1" type="button" id="Sch1" value="ค้นหาข้อมูล" OnClick="JavaScript:return chk1Submit();"/> </div> </form> </div></td> </tr> <tr bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="border"> <td height="30" bordercolor="#FFFFFF" bgcolor="#E1F0FF"><div align="left" class="style8"> <form id="form2" name="form2" method="post" action="Show2.asp"> <div align="left">ชื่อ-นามสกุล <input type="text" name="textf2" /> <input name="Sch2" type="button" id="Sch2" value="ค้นหาข้อมูล" OnClick="JavaScript:return chk2Submit();"/> </div> </form> </div></td> </tr> </table> </body> </html>
<body> <script language="javascript"> function chk1Submit() { if(isNaN(document.form1.textf1.value)) { alert('ใส่เฉพาะตัวเลขเท่านั้น'); document.form1.textf1.focus(); return false; } else if(document.form1.textf1.value == "") { alert('คุณไม่ได้ใส่ตัวเลข 13 หลัก'); document.form1.textf1.focus(); return false; } else if(document.form1.textf1.value.length < 13) { alert('คุณใส่ตัวเลขไม่ครบ 13 หลัก'); document.form1.textf1.focus(); return false; } document.form1.submit(); } function chk2Submit() { if(document.form2.textf2.value == "") { alert('คุณไม่ได้ใส่ ชื่อ-นามสกุล ที่ใช้ค้นหา'); document.form2.textf2.focus(); return false; } document.form2.submit(); } </script> <table width="80%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="750" height="200" class="font"> <table width="68%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" class="font"> <tr bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="border"> <td width="468" height="30" bordercolor="#FFFFFF" bgcolor="#0077A5"><div align="center" class="style6 style9">ค้นหาข้อมูล</div></td> </tr> <tr bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="border"> <td height="30" bordercolor="#FFFFFF" bgcolor="#E1F0FF"><div align="left" class="style8"> <form id="form1" name="form1" method="post" action="Show.asp"> <div align="left">เลขประจำตัวประชาชน <input type="text" name="textf1" maxlength="13" /> <input name="Sch1" type="button" id="Sch1" value="ค้นหาข้อมูล" OnClick="JavaScript:return chk1Submit();" /> </div> </form> </div></td> </tr> <tr bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="border"> <td height="30" bordercolor="#FFFFFF" bgcolor="#E1F0FF"><div align="left" class="style8"> <form id="form2" name="form2" method="post" action="Show2.asp"> <div align="left">ชื่อ-นามสกุล <input type="text" name="textf2" /> <input name="Sch2" type="button" id="Sch2" value="ค้นหาข้อมูล" OnClick="JavaScript:return chk2Submit();"/> </div> </form> </div></td> </tr> </table> </body>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง