<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script> $('document').ready(function () { $('#unit_select').change(function () { //alert($(this).val()); if ($(this).val() != '') { $('#result').html(''); } else { $('#result').html(''); } }); }); </script> <select id="unit_select" name="unit_select" size="<? $count_unit; ?>"> <option value=""><-- Please Select Item --></option> <? $sql2 = "SELECT * FROM tb_unit WHERE tb_unit.sub_id = $sublearn"; $query2 = mysql_query($sql2); while($result2 = mysql_fetch_array($query2)) { ?> <option value="<?=$result2["unit_id"];?>"><?=$result2["unit_id"]." - ".$result2["unit_name"];?></option> <? } ?> </select> <div id="result"></div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script> <script> function jump_url(link_id){ document.getElementById('result').innerHTML='<a href="abc.php?link='+link_id.value+'">เข้าสู่บทเรียน</a>'; } </script> </script> <select id="unit_select" name="unit_select" size="<? $count_unit; ?>" onchange="jump_url(this);"> <option value=""><-- Please Select Item --></option> <? $sql2 = "SELECT * FROM tb_unit WHERE tb_unit.sub_id = $sublearn"; $query2 = mysql_query($sql2); while($result2 = mysql_fetch_array($query2)){ ?> <option value="<?=$result2["unit_id"];?>"><?=$result2["unit_id"]." - ".$result2["unit_name"];?></option> <? } ?> </select> <div id="result"></div>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง