File Manager
Back to List
| Current Directory: ~/
Editing: culture_dpic.asp
Full path: C:\ict\ICT\culture_dpic.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><!-- InstanceBegin template="/Templates/index_culture.dwt.asp" codeOutsideHTMLIsLocked="false" --> <head> <!-- InstanceBeginEditable name="doctitle" --> <title>�ҹ�ӹ���Ż�Ѳ����� ʶҺѹ�Ԩ�¾ĵԡ�����ʵ��</title> <!-- InstanceEndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <link href="style.css" rel="stylesheet" type="text/css"> <!-- InstanceBeginEditable name="head" --> <link href="Templates/style.css" rel="stylesheet" type="text/css"> <!-- InstanceEndEditable --> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr bgcolor="#9900FF"> <td width="15%" ><img src="culture/logo1.gif" width="97" height="97" border="0"></td> <td><div align="right"> <h5><font color="#FFFFFF">�ҹ�ӹغ��ا��Ż�Ѳ�����<br> ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� ����Է�������չ��Թ�����ò</font></h5> </div></td> </tr> <tr> <td bgcolor="#9999FF">�է�����ҳ</td> <td><div align="right">[<a href="index_culture.asp">˹���á</a>][<a href="http://www.swu.ac.th/">SWU</a>][<a href="http://bsri.swu.ac.th">BSRI</a>]</div></td> </tr> <tr> <td align="left" valign="top" bgcolor="#9999FF"><!-- InstanceBeginEditable name="EditRegion3" --><% id=request("id_project") sqly="select * from culture_year order by id_year desc" set orsy=server.createobject("adodb.recordset") orsy.open sqly,conn,1,3 if not orsy.eof then orsy.movefirst do while not orsy.eof response.write "<a href=culture_dyear.asp?idy="&orsy("id_year")&">"&orsy("id_year")&"</a><br>" orsy.movenext loop end if %><!-- InstanceEndEditable --> </td> <td align="center" valign="top"><!-- InstanceBeginEditable name="EditRegion4" --><% sqlp="select * from culture_picture where id_project='"&id&"'" set orsp=server.createobject("adodb.recordset") orsp.open sqlp,conn,1,3 if not orsp.eof then orsp.movefirst do while not orsp.eof response.write "<a href=culture/picture/"&orsp("pic_n")&">"&orsp("pic_n")&"</a><br>"&orsp("pic_detail") response.write "<IMG SRC=culture/picture/"&orsp("pic_n")&" ALT="&orsp("pic_n")&" width=200><br>" orsp.movenext loop else response.write "in Process" end if %><!-- InstanceEndEditable --></td> </tr> <tr bgcolor="#9900FF"> <td align="left" valign="top"></td> <td> </td> </tr> </table> </body> <!-- InstanceEnd --></html>