<?php @session_start(); ob_start(); require_once "../include/tdate.php"; //require_once "../include/connect.php"; require_once "../include/connectdb.php"; $strSQL = "SELECT * FROM personnel WHERE personnel_id = '".$_SESSION['personnel_id']."' "; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery); ?> <html> <head> <title><? echo "$headtxt"; ?></title> <meta http-equiv="Content-Type" content="text/html; charset=tis-620"> <link href="../css/style.css" rel="stylesheet" type="text/css"> </head> <script language="JavaScript"> var HttPRequest = false; function doCallAjax(Search) { var txtSearch = document.getElementById('txtSearch').value; var txtSearch2 = document.getElementById('txtSearch2').value; //alert(txtSearch2); 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; } var url = 'ajaxSdetel.xml.php'; var pmeters = 'mySearch='+Search2; alert(pmeters) HttPRequest.open('POST',url,true); HttPRequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); HttPRequest.setRequestHeader("Content-length", pmeters.length); HttPRequest.setRequestHeader("Connection", "close"); HttPRequest.send(pmeters); HttPRequest.onreadystatechange = function() { if(HttPRequest.readyState == 3) // Loading Request { document.getElementById("mySpan").innerHTML = "Now is Loading..."; } if(HttPRequest.readyState == 4) // Return Request { document.getElementById("mySpan").innerHTML = HttPRequest.responseText; } } } </script> <body bgcolor="#ffffff" Onload="JavaScript:doCallAjax('');"> <?//เริ่มต้นเว็บที่จุดนี้?> <table width="89%" border="0" align="center" cellpadding="1" cellspacing="1"> <tr valign="top"> <td width="60%"><? echo "$headtxt | $e_date $etime"; ?> <div align="left">หน้าปัจจุบันของคุณ : <a href="Main.php">หน้าหลัก</a> --> <strong>รายการมาเรียน</strong></td> <td></td> <td width="40%"> <div align="right">ยินดีต้อนรับคุณ <?=$objResult["personnel_name"];?> <?=$objResult["personnel_last"]; ?> เข้าใช้งานในระบบ<br> [ <a href="ChangePass.php">เปลี่ยนรหัสผ่าน</a> ] <a href="logout.php">ออกจากระบบ</a> </td> </tr> </table> <?//สิ้นสุด hedder?> <?//สร้างตัวค้นหา?> <table width="89%" border="0" align="center" cellpadding="1" cellspacing="1"> <tr valign="top" align="center" > <td><h1>การจัดการการจอง</h1> <?//ฟอมรับ ajax?> <form name="frmMain"> ค้นหา <select name="txtSearch2" id="txtSearch2"> <option value="">ทั้งหมด</option> <option value="member_name" <? if($Search2=="member_name"){ ?>selected<? }?>>ชื่อสมาชิก</option> <option value="member_last" <? if($Search2=="member_last"){ ?>selected<? }?>>นามสกุล</option> <option value="member_code" <? if($Search2=="member_code"){ ?>selected<? }?>>รหัสประจำตัวประชาชน</option> </select> <input type="text" name="txtSearch" id="txtSearch"> <?//ฟอมรับ ajax?> <input type="button" name="btnSearch" id="btnSearch" value="Search" OnClick="JavaScript:doCallAjax(document.getElementById('txtSearch').value);"> <br><br> <span id="mySpan"></span> </form></td> </tr> </table> <table width="89%" border="0" align="center" cellpadding="1" cellspacing="1"> <tr> <td colspan="2"><div align="center"><br> <? echo "$buttomtxt"; ?> </div></td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง