$host = "localhost"; $user = "root"; $passwd = "1234"; $con=mysql_connect($host,$user,$passwd) or die("ติดต่อ Host ไม่ได้"); $assess="assess_online"; $dbassess=mysql_select_db($assess,$con)or die ("ไม่สามารถใช้งานฐานข้อมูลstructureได้"); mysql_query("SET NAMES TIS620"); ?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <title>test</title> <script language="javascript"> function Listsubject(SelectValue){ frmMain.ddsubject.length=0 var myOption = new Option('') frmMain.ddsubject.options[frmMain.ddsubject.length]=myOption <?php $intRows=0; $strsql="select DISTINCT(Subject_Id) from structure ORDER BY Subject_Id ASC"; $objquery=mysql_query($strsql) or die ("No strsql"); $intRows=0; while($objResult=mysql_fetch_array($objquery)){ $intRows++; ?> x = <?php echo $intRows;?>; mySubList=new Array(); strGroup = <?php echo $objResult['Teacher_FName'];?>; strItem=<?php echo $objResult['Subject_Id'];?>; mySubList[x,1]=strGroup; mySubList[x,2]=strItem; if(mySubList[x,1]==SelectValue){ var myOption=new Option(mySubList[x,2]) frmMain.ddsubject.options[frmMain.ddsubject.length]=myOption } <? } ?> } </script> </head> <body> <form name="form1" method="post" action=""> อาจารย์ <select name="teacher" id="teacher"onchange="Listsubject(this.value)"> <?php $strsql="select DISTINCT(Teacher_FName) from structure ORDER BY Teacher_FName ASC"; $objquery=mysql_query($strsql)or die ("no strteacher"); while($objResult=mysql_fetch_array($objquery)){ ?> <option value="<?php echo $objResult['Teacher_FName']?>"><?php echo $objResult[Teacher_FName]?></option> <?php }?> </select> วิชา <select id="ddsubject" name="ddsubject" style="width:120px" ></select> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง