<?php session_start(); include("connect_db.php"); connect_db(); ?> <!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script language = "JavaScript"> //**** List Province (Start) ***// function ListSubOffice(SelectValue) { form1.s_office.length = 0 //*** Insert null Default Value ***// var myOption = new Option('','') form1.s_office.options[form1.s_office.length]= myOption <? $intRows = 0; $strSQL = "SELECT * FROM s_office ORDER BY s_office_id ASC "; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $intRows = 0; while($objResult = mysql_fetch_array($objQuery)) { $intRows++; ?> x = <?=$intRows;?>; mySubList = new Array(); strGroup = <?=$objResult["office_id"];?>; strValue = "<?=$objResult["s_office_id"];?>"; strItem = "<?=$objResult["s_office_n"];?>"; mySubList[x,0] = strItem; mySubList[x,1] = strGroup; mySubList[x,2] = strValue; if (mySubList[x,1] == SelectValue){ var myOption = new Option(mySubList[x,0], mySubList[x,2]) form1.s_office.options[form1.s_office.length]= myOption } <? } ?> } //**** List Province (End) ***// </script> </head> <body> <form name="form1" action="test.php" method="post"> Office <select id="office" name="office" onChange = "ListSubOffice(this.value)"> <option selected value="0">กรุณาเลือกหน่วยงาน</option> <? $strSQL = "SELECT * FROM office ORDER BY office_id ASC "; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); while($objResult = mysql_fetch_array($objQuery)) { ?> <option value="<?=$objResult["office_id"];?>"><?=$objResult["office_n"];?></option> <? } ?> </select> Sub Office <select id="s_office" name="s_office" style="width:120px"></select> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง