File Manager
Back to List
| Current Directory: ~/
Editing: equipment_user_search_form.asp
Full path: C:\ict\ICT\equipment_user_search_form.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#INCLUDE FILE="ConnectDB.asp"--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� ICT</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <link href="bsri2006.css" rel="stylesheet" type="text/css"> <link href="../image/favicon.ico" rel="shortcut icon" type="image/x-icon"> </head> <script language="javascript"> function Dosubmit(){ if(document.all.txtusername.value!='' && document.all.txtpassword.value!='' ){ }else { alert('��͡���������ú���¹Ш�� '); return false; } } </script> <body> <table width="100%" border="0" cellspacing="1"> <tr> <td><div align="right"><img src="Image/head1.gif" width="800" height="61"></div></td> </tr> <tr> <td background="Image/bggreen.gif"><div align="center">����ѳ�����������</div></td> </tr> <tr> <td><FORM METHOD=POST ACTION="equipment_user_search.asp"> <br> <br> <table width="60%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr bgcolor="#999999"> <td colspan="2"><div align="center"><strong><font color="#FFFFFF">���Ҥ���ѳ�����������</font></strong></div></td> </tr> <tr> <td>keyword </td> <td><input type="text" name="key_word"></td> </tr> <tr bgcolor="#FCFDDF"> <td>�������Թ������</td> <td><select name="id_type_budget"> <option value=99>�������Թ������</option> <% set orst=server.createobject("adodb.recordset") sqlt="select * from equipment_budget" orst.open sqlt,Conn,1,3 if not orst.eof then orst.movefirst do while not orst.eof response.write "<option value="&orst("id_type_budget")&">"&orst("type_budget")&" </option>" orst.movenext loop end if %> </select></td> </tr> <tr> <td>����������ѳ��</td> <td><select name="id_type"> <option value=99>����������ѳ��</option> <% set orsl=server.createobject("adodb.recordset") sqll="select * from equipment_type" orsl.open sqll,Conn,1,3 if not orsl.eof then orsl.movefirst do while not orsl.eof response.write "<option value="&orsl("id_type")&">"&orsl("type_name")&"</option>" orsl.movenext loop end if %> </select></td> </tr> <tr bgcolor="#FFFFCC"> <td>�է�����ҳ</td> <td> <% myyear=year(date) myyear=myyear+543 %> <input name="year_budget" type="text" id="year_budget" onKeyPress='if (event.keyCode < 46 || event.keyCode >57 ) event.returnValue=false;' size="10" maxlength="4" value=<%=myyear-11%>> �֧ <input name="year_budget2" type="text" id="year_budget" onKeyPress='if (event.keyCode < 46 || event.keyCode >57 ) event.returnValue=false;' size="10" maxlength="4" value=<%=myyear%>> </td> </tr> <tr bgcolor="#999999"> <td> </td> <td><input type="submit" name="Submit" value="Submit"></td> </tr> </table> </FORM></td> </tr> <tr> <td background="Image/bggreen.gif"><div align="center">[<a href="http://goo.gl/ZQ4oxp" target="_blank">��͡Ẻ�����Թ�����֧���</a>]</div></td> </tr> <tr> <td> </td> </tr> </table> </body> </html>