<html> <head> <title>ThaiCreate.Com Ajax Tutorial</title> </head> <?php include('config.php'); ?> <script language="JavaScript"> var HttPRequest = false; function doCallAjax(url) { HttPRequest = false; if (window.XMLHttpRequest) { // Mozilla, Safari,... HttPRequest = new XMLHttpRequest(); if (HttPRequest.overrideMimeType) { HttPRequest.overrideMimeType('text/html'); } } else if (window.ActiveXObject) { // IE try { HttPRequest = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { HttPRequest = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) {} } } if (!HttPRequest) { alert('Cannot create XMLHTTP instance'); return false; } HttPRequest.open('POST',url,false); HttPRequest.send(null); document.getElementById("mySpan").innerHTML = HttPRequest.responseText; } </script> <body> <span id="mySpan"></span> <? $sql = "SELECT * FROM `dbteacher`"; //คำสั่ง SQL เพื่อการแสดงผล $dbquery = mysql_db_query($dbname, $sql); ?> <label> <select name="name_te" id="name_te" onchange="JavaScript:doCallAjax('hello.php?status=add');"/> <option value="-">-</option> <? while($result = mysql_fetch_array($dbquery)) {?> <option value="<?=$result["teid"];?>"><?=$result["teacher"];?></option> <? } ?> </select> </label> <input name="btnButton" id="btnButton" type="button" value="Click" onClick="JavaScript:doCallAjax('hello.php');"> </body> </html>
var url = '../module/add_table_seed'; var pmeters = "tName=" + encodeURI( document.getElementById("Name").value) + "&tNumber=" + encodeURI( document.getElementById("Number").value ) + "&tUnit=" + encodeURI( document.getElementById("Unit").value ) + "&tRoom=" + encodeURI( document.getElementById("Room").value ) + "&tLocation=" + encodeURI( document.getElementById("Location").value ) + "&tProject=" + encodeURI( document.getElementById("Project").value )+ "&tMode="+Mode;
document.getElementById("txtbox").value = HttPRequest.responseText;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง