File Manager
Back to List
| Current Directory: ~/
Editing: research_lec.asp
Full path: C:\ict\ICT\research_lec.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#include file="connectdb.asp"--> <!--#include file="inc_cache_control.asp"--> <!--#include file="inc_access_control.asp"--> <!--#include file="chk_login.asp"--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><!-- InstanceBegin template="/Templates/ict.dwt" codeOutsideHTMLIsLocked="false" --> <head> <!-- InstanceBeginEditable name="doctitle" --> <title>�к����ʹ�����͡�ú�����</title> <!-- InstanceEndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> <link href="bsri2006.css" rel="stylesheet" type="text/css"> <link href="image/favicon.ico" rel="shortcut icon" type="image/x-icon"> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="100%" border="0"> <tr> <td colspan="2"><div align="right"><img src="Image/head1.gif" width="800" height="61"></div></td> </tr> <tr> <td colspan="2" background="Image/bghead1.gif"><div align="right"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"><strong>| <a href="http://www.swu.ac.th" target=_blank>SWU</a> | <a href="http://bsri.swu.ac.th" target=_blank>BSRI</a> |<a href="chaPW.asp"><strong>Change Password</strong></a>|<a href="log_out.asp">Log Out </a></strong></font>|</div></td> </tr> <tr> <td width="20%" align="left" valign="top" bgcolor="#FFCCCC"><!-- InstanceBeginEditable name="EditRegion5" --><!--#include file="chk_menu.asp"--><!-- InstanceEndEditable --></td> <td width="77%" align="left" valign="top"><!-- InstanceBeginEditable name="EditRegion3" --> <p>[<a href="inprogress_research.asp">�ҹ�Ԩ�·����ѧ���Թ���</a>][<a href="finish_research.asp">�ҹ�Ԩ�·����Թ����������</a>][<a href="getreward_all_res.asp">�ҹ�Ԩ�·�����Ѻ�ҧ���</a>][<a href="distribute_all_res.asp">��������ҹ�Ԩ��</a>][<a href="hitc_report_all.asp">��§ҹ��� Download</a>][<a href="ref_res_all.asp">��§ҹ�����ҧ�ԧ-comment</a>]</p> <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><fieldset><legend>���ҧҹ�Ԩ�µ��ʶҹ�</legend> <form name="form1" method="post" action="search_status_res.asp"> <select name="status_res"> <option value="1">�ҹ�Ԩ�·����Թ�������</option> <option value="2">�ҹ�Ԩ�·����ѧ���Թ���</option> <option value="3">��������ҹ�Ԩ��</option> <option value="4">�ҹ�Ԩ�·�����Ѻ�ҧ���</option> </select> </label> <!-- <label>�� <select name="m_begin"> <option value="1">���Ҥ�</option> <option value="2">����Ҿѹ��</option> <option value="3">�չҤ�</option> <option value="4">����¹</option> <option value="5">����Ҥ�</option> <option value="6">�Զع�¹</option> <option value="7">�á�Ҥ�</option> <option value="8">�ԧ�Ҥ�</option> <option value="9">�ѹ��¹</option> <option value="10">���Ҥ�</option> <option value="11">��Ȩԡ�¹</option> <option value="12">�ѹ�Ҥ�</option> <option value="0">����˹�</option> </select> </label> <label>�֧ <select name="m_end"> <option value="1">���Ҥ�</option> <option value="2">����Ҿѹ��</option> <option value="3">�չҤ�</option> <option value="4">����¹</option> <option value="5">����Ҥ�</option> <option value="6">�Զع�¹</option> <option value="7">�á�Ҥ�</option> <option value="8">�ԧ�Ҥ�</option> <option value="9">�ѹ��¹</option> <option value="10">���Ҥ�</option> <option value="11">��Ȩԡ�¹</option> <option value="12">�ѹ�Ҥ�</option> <option value="0">����˹�</option> </select> --> �է�����ҳ <input name="y_res" type="text" size="15" maxlength="4"> </label> <label> <input type="submit" name="Submit" value="Submit"> </label> <br> ���ҧҹ�Ԩ�¢ͧʶҺѹ���ʶҹС�ô��Թ�ҹ </form> </fieldset> </td> </tr> <tr> <td> </td> </tr> <tr> <td><fieldset> <legend>���ҵ�����˹�</legend> <form name="form2" method="post" action="search_po.asp"> <label>���˹� <select name="position_res"> <% set orstcr=server.createobject("adodb.recordset") sqltcr="select * from position_res" orstcr.open sqltcr,Conn,1,3 if not orstcr.eof then orstcr.movefirst do while not orstcr.eof response.write "<option value="&orstcr("id_position_res")&">"&orstcr("position_res")&" </option>" orstcr.movenext loop end if %> </select> </label> <label>���ѡ�Ԩ�� <select name="id_lecturer"> <% set orstcr=server.createobject("adodb.recordset") sqltcr="select * from lecturer order by name_lec" orstcr.open sqltcr,Conn,1,3 if not orstcr.eof then orstcr.movefirst do while not orstcr.eof response.write "<option value="&orstcr("id_lecturer")&">"&orstcr("name_lec")&" -"&orstcr("sur_lec")&"</option>" orstcr.movenext loop end if %> </select> </label> <label>ʶҹ� <select name="status_res"> <option value="1">������</option> <option value="2">����</option> <option value="3">���ѧ���Թ���</option> <option value="4">���Ѻ�ҧ���</option> <option value="5">�����</option> </select> </label> <input type="submit" name="Submit2" value="Submit"> </form> </fieldset></td> </tr> <tr> <td> </td> </tr> <tr> <td><fieldset> <legend>���Ҫ��ͧҹ�Ԩ��</legend> <br> <form name="form3" method="post" action="search_name.asp"> <label>�Ӥ� <input type="text" name="keywords"> </label> <input type="submit" name="Submit3" value="Submit"> </form> </fieldset></td> </tr> <tr> <td> </td> </tr> <tr> <td><fieldset> <legend>���ҡ�����ҹ�Ԩ��</legend> <br> <form name="form4" method="post" action="search_group.asp"> <label>����� <select name="id_group"> <% set orstr=server.createobject("adodb.recordset") sqltr="select * from type_res" orstr.open sqltr,Conn,1,3 if not orstr.eof then orstr.movefirst do while not orstr.eof response.write "<option value="&orstr("id_type_res")&">"&orstr("type_res")&" </option>" orstr.movenext loop end if %> </select> ʶҹ� <select name="id_status"> <option value="1" selected>������</option> <option value="2">����</option> <option value="3">���ѧ���Թ���</option> </select> </label> <input type="submit" name="Submit4" value="Submit"> </form> </fieldset></td> </tr> <tr> <td> </td> </tr> </table> <p></p> <!-- InstanceEndEditable --></td> </tr> <tr> <td colspan="2" background="Image/bghead1.gif">Contact Admin:: wassanaw@swu.ac.th tel.02-649-5000 ext 17600</td> </tr> </table> </body> <!-- InstanceEnd --></html>