File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/eform
Editing: eform/edit_form.asp
Full path: C:\ict\ICT\eform\edit_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 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>Untitled Document</title> <!-- InstanceEndEditable --> <style type="text/css"> <!-- .style1 {font-size: 12px} .style2 {color: #990000} .style3 {color: #330000} .style4 {color: #660000} --> </style> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> </head> <body> <table width="100%" border="0" align="center" cellspacing="0"> <tr> <td><div align="left"><img src="head.gif" width="480" height="126" />[<a href="http://www.swu.ac.th" class="style4">SWU</a>] [<a href="http://bsri.swu.ac.th" class="style3">BSRI</a>] [<a href="http://bsris.swu.ac.th" class="style2">ICT</a>] [<a href="http://bsris.swu.ac.th/log_out.asp" class="style2">LogOut</a>]</div></td> </tr> <tr> <td><div align="center"> <hr /> </div></td> </tr> <tr> <td><div align="center"><!-- InstanceBeginEditable name="EditRegion1" --> <form id="form1" name="form1" method="post" action="save_eform.asp"> <% id_form=request("id") sqlc="select * from eform where id_form='"&id_form&"'" set orsc=server.createobject("adodb.recordset") orsc.open sqlc,conn,1,3 if not orsc.eof then %> <table width="50%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2" bgcolor="#003399"><div align="center" class="style1">��䢿�����͡���</div></td> </tr> <tr> <td>�����͡���</td> <td><input name="id_form" type="text" id="id_form" value=<%=orsc("id_form")%> /></td> </tr> <tr> <td>��������͡���</td> <td><input name="form_name" type="text" id="form_name" value=<%=orsc("form_name")%> /></td> </tr> <tr> <td>������� � �͡���</td> <td><textarea name="detail_form" cols="60" rows="3" id="detail_form" ><%=orsc("detail_form")%></textarea></td> </tr> <tr> <td>���Ե�дѺ</td> <td><select name="id_group" id="id_group"> <% id_group=orsc("id_group") set orscr=server.createobject("adodb.recordset") sqlcr="select * from group_form" orscr.open sqlcr,Conn,1,3 if not orscr.eof then orscr.movefirst do while not orscr.eof %> <option <% if cint(orscr("id_group"))=cint(id_group) then %> value=<%=id_group%> selected <%else%> value=<%=orscr("id_group")%> <%end if%>> <%=orscr("group_name")%> <%'=id_type_res%><%'=orsbt("id_type_res")%> </option> <% ' response.write "<option value="&orscr("id_group")&">"&orscr("group_name")&" </option>" orscr.movenext loop end if %> </select> </td> </tr> <tr> <td colspan="2" bgcolor="#003399"><div align="center"> <input type="submit" name="Submit" value="�ѹ�֡" /> </div></td> </tr> </table> <%end if%> </form> <style type="text/css"> <!-- .style1 {color: #99ccff} --> </style> <!-- InstanceEndEditable --></div></td> </tr> <tr> <td bgcolor="#FFFFCC"><div align="center" class="style1">ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� ����Է�������չ��Թ�����ò<br /> 114 �آ���Է 23 �Ѳ�� ��� 10110 <br /> 02-649-5000#7600,7647<br /> 02-258-4482</div></td> </tr> </table> </body> <!-- InstanceEnd --></html>