Quote:<FORM name="jump1"> <select name="myjumpbox" OnChange="location.href=jump1.myjumpbox.options[selectedIndex].value"> <option value="http://localhost/coope/index.php/account_all/view_report"> ----- เลือก -------</option> <option value="http://localhost/coope/index.php/account_all/load_remem">รายงานข้อมูลสมาชิก</option> <option value="http://localhost/coope/index.php/account_all/load_remoney">รายงานฝาก - ถอนเงิน</option> <option value="http://localhost/coope/index.php/account_all/load_rebek">รายงานเบิกเงินสวัสดิการ</option> </select> </FORM
<form name="jump1"> <select name="myjumpbox" OnChange="location.href=jump1.myjumpbox.options[selectedIndex].value"> <option value="http://localhost/coope/index.php/account_all/view_report" <?php if($_SERVER['REQUEST_URI'] == '/coope/index.php/account_all/view_report'){ echo 'selected'; } ?>> ----- เลือก -------</option> <option value="http://localhost/coope/index.php/account_all/load_remem" <?php if($_SERVER['REQUEST_URI'] == "/coope/index.php/account_all/load_remem"){ echo 'selected'; } ?>>รายงานข้อมูลสมาชิก</option> <option value="http://localhost/coope/index.php/account_all/load_remoney">รายงานฝาก - ถอนเงิน</option> <option value="http://localhost/coope/index.php/account_all/load_rebek">รายงานเบิกเงินสวัสดิการ</option> </select> </form>
<html> <head> <title>ThaiCreate.Com Tutorial</title> </head> <? $strDefault = "C003"; mysql_connect("localhost","root","root") or die(mysql_error()); mysql_select_db("mydatabase"); ?> <body> <form action="phpLlistmenuDatebase2.php" method="post" name="form1"> List Menu<br> <select name="lmName1"> <option value=""><-- Please Select Item --></option> <? $strSQL = "SELECT * FROM customer ORDER BY CustomerID ASC"; $objQuery = mysql_query($strSQL); while($objResuut = mysql_fetch_array($objQuery)) { if($strDefault == $objResuut["CustomerID"]) { $sel = "selected"; } else { $sel = ""; } ?> <option value="<?=$objResuut["CustomerID"];?>" <?=$sel;?>><?=$objResuut["CustomerID"]." - ".$objResuut["Name"];?></option> <? } ?> </select> <input name="btnSubmit" type="submit" value="Submit"> </form> </body> </html> <? mysql_close(); ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง