<!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" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="author" content="panchai" /> <title>เลือกนักศึกษาในการปกครอง</title> <script type="text/javascript" language="javascript" src="../js/jquery.js"></script> <script type="text/javascript" language="javascript" src="../js/js_parentToStd.js"></script> <script type="text/javascript" language="javascript"> function MM_jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; } </script> <link rel="stylesheet" href="../css/default.css" type="text/css" /> <style> .header { background-color: #FFEFD5; } </style> </head> <body> <form action="" id="frmAdd" name="frmAdd" method="post"> Select Line : <select name="menu1" onChange="MM_jumpMenu('parent',this,0)"> <?php for($i=0;$i<=50;$i++){ if($_GET["Line"] == $i) { $sel = "selected"; } else { $sel = ""; } ?> <option value="<?php echo $_SERVER["PHP_SELF"]; ?>?Line=<?php echo $i." ".$sel; ?>"><?php echo $i; ?></option> <?php } ?> </select> <table width="600" border="1"> <tr> <td align="center" class="header" width="100px">รหัสนักศึกษา</td> <td align="center" class="header">ชื่อ - นามสกุล</td> <td align="center" class="header">ที่อยู่</td> <td align="center" class="header">คณะ</td> </tr> <?php $line = $_GET["Line"]; if($line == 0) { $line=1; } for($i=1;$i<=$line;$i++) { ?> <tr> <td><input type="text" name="txtStudentID<?php echo $i; ?>" id="txtStudentID<?php echo $i; ?>" maxlength="10" /></td> <td><div id="name" align="center"></div></td> <td><div id="address" align="left"></div></td> <td><div id="faculty" align="center"></div></td> </tr> <?php } ?> </table> <input type="submit" name="submit" value="ตกลง" /> <input type="reset" name="reset" value="ยกเลิก" /> <input type="hidden" name="hdnLine" value="<?=$i;?>" /> </form> </body> </html>
<td><input type="text" name="txtStudentID<?php echo $i; ?>" id="txtStudentID<?php echo $i; ?>" maxlength="10" /></td>
$(function(){ $('txtStudentID').change(function(){ // สังเกตตรง ID ผมจะระบุยังไงอ่าครับ ให้มันเป็น ID1, ID2 , ......... .................. .................. (โค้ดอะไรก็ว่าไป) }); });
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง