File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/ef
Editing: ef/testAc1list.asp
Full path: C:\ict\ICT\ef\testAc1list.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"> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <html> <head> <title>��ṹ�Ӷ�����º����¹ �Ԩ������ǹ��� 2</title> <link href="https://fonts.googleapis.com/css2?family=Trirong:wght@500&display=swap" rel="stylesheet"> <!--<link href="https://fonts.googleapis.com/css?family=chonburi:300,400,500,700" rel="stylesheet">--> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous"> <style> @import url(https://fonts.googleapis.com/css?family=Trirong:400,300,600,400italic); * { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -o-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; } body { font-family: "Trirong", Helvetica, Arial, sans-serif; font-weight: 100; font-size: 18px; line-height: 30px; color: #000000; background: #ffffff; } .container { max-width: 90%; width: 100%; margin: 0 auto; position: relative; } #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font: 400 12px/16px "Trirong", Helvetica, Arial, sans-serif; } #contact { background: #F9F9F9; padding: 25px; margin: 150px 0; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); } #contact h3 { display: block; font-size: 33px; font-weight: 500; margin-bottom: 10px; } #contact h2 { display: block; font-size: 26px; font-weight: 400; margin-bottom: 5px; text-align: left; } #contact h4 { margin: 5px 0 15px; display: block; font-size: 20px; font-weight: 400; } fieldset { border: medium none !important; margin: 0 0 10px; min-width: 100%; padding: 0; width: 100%; background: #FFF; } #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea { width: 100%; border: 1px solid #ccc; background: #FFF; margin: 0 0 5px; padding: 10px; } #contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover { -webkit-transition: border-color 0.3s ease-in-out; -moz-transition: border-color 0.3s ease-in-out; transition: border-color 0.3s ease-in-out; border: 1px solid #aaa; } #contact textarea { height: 100px; max-width: 100%; resize: none; } #contact input[type="radio"] { border: 0px; width: 4em; height: 4em; } #contact button[type="submit"] { cursor: pointer; width: 100%; border: none; background: #cc0000; color: #FFF; margin: 5px 5px 5px; padding: 20px; font-size: 29px; line-height: 150%; } #contact button[type="submit"]:hover { background: #43A047; -webkit-transition: background 0.3s ease-in-out; -moz-transition: background 0.3s ease-in-out; transition: background-color 0.3s ease-in-out; } #contact button[type="submit"]:active { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); } .copyright { text-align: center; } #contact input:focus, #contact textarea:focus { outline: 0; border: 1px solid #aaa; } ::-webkit-input-placeholder { color: #888; } :-moz-placeholder { color: #888; } ::-moz-placeholder { color: #888; } :-ms-input-placeholder { color: #888; } p { border: 0px solid green; padding: 30px 10px; } label { font-size: 25px; vertical-align: middle; } #customers { border-collapse: collapse; width: 100%; } #customers th { border: 1px solid #ddd; padding: 8px; text-align: center; font-size: 18px; } #customers td{ border: 1px solid #ddd; padding: 2px; text-align: center; font-size: 18px; } #customers tr:nth-child(even){background-color: #f2f2f2;} #customers tr:hover {background-color: #ddd;} #customers th { padding-top: 12px; padding-bottom: 12px; text-align: center; background-color: #04AA6D; color: white; font-size: 18px; } ul { padding: 15px; } ul li { padding: 5px; margin-left: 15px; } </style> </head> <body> <h3>��������´���ͺẺ���ͺ</h3> <table id="customers"> <tr><th>Date<th>���<th width="15%">����-ʡ��<th>����<th>�����<th>�ѧ��Ѵ <th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>10<th>���</td> <% sqlcheck="select * from etest order by id" set orscheck=server.createobject("adodb.recordset") orscheck.open sqlcheck,conn,1,3 ' Response.write sqlcheck If Not orscheck.eof Then orscheck.movefirst a=0 Do While Not orscheck.eof a=a+1 %> <div class="container"> <tr><td><%=orscheck("datemo")%><td><%=a%><td width="10%"><%=orscheck("names")%> <td><%=orscheck("age")%><td><%=orscheck("commu")%><td><%=orscheck("province")%><td><%=orscheck("q1")%><td><%=orscheck("q2")%><td><%=orscheck("q3")%><td><%=orscheck("q4")%><td><%=orscheck("q5")%><td><%=orscheck("q6")%><td><%=orscheck("q7")%><td><%=orscheck("q8")%><td><%=orscheck("q9")%><td><%=orscheck("q10")%><td><%=orscheck("total1")%></tr> <% orscheck.movenext loop Else Response.write "No anwers" End if %> </table> <!-- <fieldset> <button name="submit" type="submit" id="contact-submit" data-submit="...Sending">�ټš�û����Թ <br>!!!��سҡ�͡���ú�ء���!!!</button> </fieldset>--> </form> </div> </body> </html>