File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/ethinking
Editing: ethinking/indexp21.asp.bak
Full path: C:\ict\ICT\ethinking\indexp21.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <html> <head> <title>Ẻ�Ѵ��äԴ�ͧ�ѹ</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; } h5 { font-size: 25px; text-indent: 1.5em; } #contact h4 { margin: 5px 0 15px; display: block; font-size: 26px; 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 input[type="checkbox"] { border: 0px; width: 4em; height: 4em; } #contact button[type="submit"] { cursor: pointer; width: 100%; border: none; background: #990000; color: #FFF; margin: 5px 5px 5px; padding: 20px; font-size: 29px; line-height: 150%; } #contact button[type="submit"]:hover { background: #3333ff; -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: left; } #customers { border-collapse: collapse; width: 100%; } #customers td, #customers th { border: 0px solid #ffffff; padding: 8px; text-align: center; } #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: #0472b3; color: white; font-size: 22px; } * { box-sizing: border-box; } .autocomplete { /*the container must be positioned relative:*/ position: relative; display: inline-block; } .autocomplete-items { position: absolute; border: 1px solid #d4d4d4; border-bottom: none; border-top: none; z-index: 99; /*position the autocomplete items to be the same width as the container:*/ top: 100%; left: 0; right: 0; } .autocomplete-items div { padding: 10px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #d4d4d4; } .autocomplete-items div:hover { /*when hovering an item:*/ background-color: #e9e9e9; } .autocomplete-active { /*when navigating through the items using the arrow keys:*/ background-color: DodgerBlue !important; color: #ffffff; } </style> <script> function onlyNumberKey(evt) { // Only ASCII character in that range allowed var ASCIICode = (evt.which) ? evt.which : evt.keyCode if (ASCIICode > 31 && (ASCIICode < 48 || ASCIICode > 57)) return false; return true; } </script> <script src="https://code.jquery.com/jquery-3.1.0.js"></script> </head> <body> <div class="container"> <!--<img src="web_logo.png" width="150" height="150" border="0" alt=""><img src="Srinakharinwirot_Logo_TH_Color.png" width="150" height="150" border="0" alt="">--> <form id="contact" name="form1" method="post" action="add1.asp" autocomplete="off"> <h3 align="center">��ǹ��� 2 Ẻ�Ѵ��äԴ�ͧ�ѹ</h3> <div id="q1"> <table id="customers"> <tr><th colspan="2"><div align= "left"><h5>��ͷ�� 19. �ѹ�������ö ���§ູ����ʹ���ѧ����ͧ��� �������äԴ�ǡ���ͪ���ʧ����������չ�� </h5></td> <tr><td width="15%"><div align= "right"><input type="radio" name ="qa" value ="1" id="q11" onclick="document.getElementById('contact').submit();" required/></div> </td><td><div align="left"><h2><label for="q11" onclick="document.getElementById('contact').submit();">���������Դ�����������Դ�����ҡ</label></h2></div></div> <tr><td width="15%"> <div align= "right"><input type="radio" name ="qa" value ="2" id="q12" required/><td><div align="left"><h2><label for="q12">����Դ����繺ҧ����</label></td></h2></div></div> </div> <tr><td width="15%"> <div align= "right"><input type="radio" name ="qa" value ="3" id="q13" required/><div align="left"><td><h2><label for="q13">����Դ��鹺���</label></td> </h2></div></div> <tr><td width="15%"> <div align= "right"><input type="radio" name ="qa" value ="4" id="q14" required/><div align="left"><td><h2><label for="q14">����Դ��鹻�Ш�</label> </div></h2></div></td></tr></table> </div> <tr><td colspan="2"><button name="submit" type="submit" id="contact-submit" data-submit="...Sending">仵�� ��� 20!!!</button> <% id=request.form("id") act="indexp22.asp" qn="q19" %> <input type="hidden" name="id" value=<%=id%>> <input type="hidden" name="act" value=<%=act%>> <input type="hidden" name="qn" value=<%=qn%>> <script type="text/javascript"> document.form1.submit(); </script> </table> </form> </div> </body> </html>