File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/finance
Editing: finance/edit_paysub_form.asp.bak
Full path: C:\ict\ICT\finance\edit_paysub_form.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#INCLUDE FILE="ConnectDB.asp"--> <!--#include file="chklogin.asp"--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <!-- InstanceBeginEditable name="doctitle" --> <title>�к���Ǩ�ͺ��¨��¡���Թ</title> <!-- InstanceEndEditable --> <style type="text/css"> <!-- .style1 { color: #FFFFFF; font-weight: bold; } --> </style> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> </head> <body> <table width="100%" border="1"> <tr> <td colspan="2" bgcolor="#9900FF"><div align="right" class="style1">��§ҹ��������<br /> ʶҺѹ�Ԩ�¾ĵԡ�����ʵ��</div></td> </tr> <tr> <td width="12%" align="left" valign="top"><table width="144" border="1"> <tr> <td width="134"><a href="index.asp">˹���á</a></td> </tr> <tr> <td><a href="index_paysub_sub.asp">��������</a></td> </tr> <tr> <td><a href="index_paysub.asp">��Ǵ����</a></td> </tr> <tr> <td>��Ǵ��ѡ</td> </tr> <tr> <td><a href="index_project.asp">�ç���</a></td> </tr> <tr> <td>��§ҹ</td> </tr> <tr> <td><a href="log_out.asp">Log Out</a> </td> </tr> </table></td> <td align="left" valign="top"><!-- InstanceBeginEditable name="EditRegion1" --> <form action="save_edit_paysub_sub.asp" method="post"> <table width="500" border="0" align="center"> <tr> <td colspan="2" bgcolor="#FFCCFF"><div align="center"><strong>��䢤�������</strong></div></td> </tr> <tr> <% id_paysub_sub=request("id_paysub_sub") sqls="select * from paysub_sub where id_paysub_sub="&id_paysub_sub&"" set orss=server.CreateObject("adodb.recordset") orss.open sqls,conn,1,3 if not orss.eof then %> <td bgcolor="#FFFFCC"><div align="right">����</div></td> <td bgcolor="#FFFFCC"><input name="id" type="text" size="10" value =<%=id_paysub_sub%> readonly /></td> </tr> <tr> <td><div align="right">����</div></td> <td><input name="n_paysub_sub" type="text" size="50" value=<%=orss("n_paysub_sub")%> /></td> </tr> <% end if %> <tr> <td colspan="2" bgcolor="#FFFFCC"><div align="center"> <input name="�ѹ�֡" type="submit" id="�ѹ�֡" value="Submit" /> </div></td> </tr> </table> </form> <!-- InstanceEndEditable --></td> </tr> </table> </body> <!-- InstanceEnd --></html>