File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/todirector
Editing: todirector/list.asp.bak
Full path: C:\ict\ICT\todirector\list.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!DOCTYPE html> <!--#INCLUDE FILE="ConnectDB.asp"--> <head> <meta charset="utf-8"> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]--> <title>��µç��������</title> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="css/templatemo_main.css"> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <!-- Dashboard Template http://www.templatemo.com/preview/templatemo_415_dashboard --> </head> <body> <div id="main-wrapper"> <div class="navbar navbar-inverse" role="navigation"> <div class="navbar-header"> <div class="logo"> <h1>��µç�������� - ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� ���</h1></div> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> </div> <div class="templatemo-content-wrapper"> <div class="templatemo-content"> <ol class="breadcrumb"> <li><a href="http://bsri.swu.ac.th">ʶҺѹ�Ԩ�¾ĵԡ�����ʵ��</a></li> <li class="active">��µç��������</li> </ol> <h1>��µç��������:: ��¡�â�ͤ���������</h1> <table class="table table-striped table-hover table-bordered"> <thead> <tr> <th>#</th> <th>�ѹ����觢�ͤ���</th> <th>����-ʡ��</th> <th>������</th> <th>��ͤ���</th> </tr> </thead> <tbody> <% sqldata="select * from message_director order by id_m desc" Set orsdata=server.createobject("adodb.recordset") orsdata.open sqldata,conn,1,3 If Not orsdata.eof Then orsdata.movefirst Do while Not orsdata.eof Response.write "<tr><td width=50>"&orsdata("id_m")&"</td>" Response.write "<td width=200>"&orsdata("datetime")&"</td>" Response.write "<td width=250>"&orsdata("firstname")&"</td>" Response.write "<td width=200>"&orsdata("email")&"</td>" Response.write "<td width=700>"&orsdata("notess")&"</td></tr>" orsdata.movenext loop End if %> </table> <!-- Modal --> <footer class="templatemo-footer"> <div class="templatemo-copyright"> <p>ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� ���<!-- Credit: www.templatemo.com --> (������Ѻ��µç�ѹ��� 1 ����Ҥ� 2564)</p> </div> </footer> </div> </div> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/templatemo_script.js"></script> </body> </html>