File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/ef
Editing: ef/testAc1.asp.bak
Full path: C:\ict\ICT\ef\testAc1.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>�Ӷ�����º����¹ �Ԩ������ǹ��� 1 ������������������ǡѺ�آ�Ҿ�Ե����٧���� </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: #4CAF50; } .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 { text-indent: 1.5em; } #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 input[type="checkbox"] { border: 0px; width: 4em; height: 4em; } #contact button[type="submit"] { cursor: pointer; width: 100%; border: none; background: #4CAF50; 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: left; } #customers { border-collapse: collapse; width: 100%; } #customers td, #customers th { border: 1px solid #ddd; 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: #04AA6D; 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; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content */ .modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%; } /* The Close Button */ .close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; } </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 type="text/javascript"> function check() { if (document.getElementById("l5").checked==true) && (document.getElementById("lo").value=="") { alert("5.��ҹ���������Ѻ -�ؤ���� �- ��س��к�"); //document.getElementById("lo").focus(); } if (document.getElementById("t14").checked==true) { alert("7.��ҹ����觷��ͺ��������ҧ�����ú�ҧ -��� �- ��س��к�"); } } </script> <script language="javascript" type="text/javascript"> function uncheckShowYear(obj) { if (obj.checked == true) { document.getElementById("h-1").checked = true; } } function uncheckh1(obj) { if (obj.checked == true) { document.getElementById("h11").checked = false; document.getElementById("h12").checked = false; document.getElementById("h13").checked = false; document.getElementById("h14").checked = false; } } </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" method="post" action="testac1add.asp" autocomplete="off"> <h3>�Ӷ�����º����¹</h3> <h4>�Ԩ������ǹ��� 1 ������������������ǡѺ�آ�Ҿ�Ե����٧����</h4> <table id="customers"> <tr><th colspan=4><h3>��������ǹ�ؤ��<h3></tr> <tr ><td width="15%" bgcolor="#ccff99"><h2>1. ����-ʡ��</h2><td colspan="2"><input name="names" type="text" maxlength="100" style="font-size:22px;" required> <tr><td width="20%" bgcolor="#ccff99"><h2>2. ����</h2><td width="80%"> <input name="age" type="text" onkeypress="return onlyNumberKey(event)" maxlength="2" style="font-size:22px;" required><td><h2>��</h2> <tr ><td width="15%" bgcolor="#ccff99"><h2>3. �������������</h2><td width="85%" colspan="2"> <h2> <div class="autocomplete" style="width:300px;" align="left"> <input id="mysocie" type="text" name="socie" style="font-size:22px;" required> </div></h2> <!--<input name="socie" type="text" maxlength="100" style="font-size:22px;" required>--> <tr ><td width="15%" bgcolor="#ccff99"><h2>4. �ѧ��Ѵ</h2><td width="85%" colspan="2" align="left"><!--<div class="autocomplete" style="width:300px;"><input name="province" type="text" maxlength="100" style="font-size:22px;" required></div>--> <h2> <div class="autocomplete" style="width:300px;" align="left"> <input id="myInput" type="text" name="province" style="font-size:22px;" required> </div></h2> <!--</table> <fieldset> <input placeholder="Your name" type="text" tabindex="1" required autofocus> </fieldset> <fieldset> <input placeholder="Your Email Address" type="email" tabindex="2" required> </fieldset> <fieldset> <input placeholder="Your Phone Number (optional)" type="tel" tabindex="3" required> </fieldset> <fieldset> <input placeholder="Your Web Site (optional)" type="url" tabindex="4" required> </fieldset> <fieldset> <textarea placeholder="Type your message here...." tabindex="5" required></textarea> </fieldset> <br> <table id="customers"> <tr><th colspan=4><h3>��ǹ��� 2 Ẻ�Ѵ�ҧ�<h3></tr> </table>--> <tr><th colspan=4><h3>��ͤӶ��<h3></tr> <h4>�Ӫ��ᨧ </h4> <h5>����ҹ��ҹ��ͤӶ�� ��оԨ�ó����͡�ӵͺ �١ ���� �Դ ����ʹ���ͧ�Ѻ��ͤӶ������Т�ͷ���˹���� �ѧ���仹��</h5> </table> <table id="customers"> <tr><td colspan="5"><h2>1. �آ�Ҿ��� ��� �آ�Ҿ�Ե ���Է�Ծŵ�͡ѹ��Сѹ</h2></td> <tr><td width="10%"><div ><input type="radio" name ="q1" value ="1" id="a1" required/></td><td align="left" width="10%"> <label for="a1" valign="middle">�١</label></div> <td> <div><input type="radio" name ="q1" value ="0" id="q-1" required/></td><td width="10%"><label for="q-1" valign="middle">�Դ</label></div> </td><td></tr> <tr><td colspan="5" ><h2>2. ��������آ�Ҿ�Ե�� ������������蹤� ���������ѹ��Ҿ����</h2></td> <tr><td width="10%"><div ><input type="radio" name ="q2" value ="1" id="a2" required/></td><td align="left" width="10%"><label for="a2" valign="middle">�١</label></div> <td width="10%"> <div><input type="radio" name ="q2" value ="0" id="q-2" required/></td> <td width="10%"><label for="q-2" valign="middle">�Դ</label></div> </td></tr> <tr><td colspan="5" ><h2>3. ��Һؤ�Ŷ١�����Թ��� ��դ������´�дѺ�ع�ç� ���¤������ �ؤ�Ź�鹵�ͧ�դ������´��ʹ� ����������ö����¹�ŧ��</h2></td> <tr><td width="10%"><div ><input type="radio" name ="q3" value ="0" id="a3" required/></td><td align="left" width="10%"><label for="a3" valign="middle">�١</label></div> <td width="10%"> <div><input type="radio" name ="q3" value ="1" id="q-3" required/></td> <td width="10%"><label for="q-3" valign="middle">�Դ</label></div> </td></tr> <tr><td colspan="5" ><h2>4. ���������ٴ�Сء�Сѡ �ٴ���ŧ ���ҡ��˹�觢ͧ�������¹�ŧ�ҧ��ͧ���¼���٧����</h2></td> <tr><td width="10%"><div ><input type="radio" name ="q4" value ="1" id="a4" required/></td><td align="left" width="10%"><label for="a4" valign="middle">�١</label></div> <td width="10%"> <div><input type="radio" name ="q4" value ="0" id="q-4" required/></td><td width="10%"><label for="q-4" valign="middle">�Դ</label></div> </td></tr> <tr><td colspan="5" ><h2>5. ���ѡ���ä�ҧ��Դ �觼ŵ�͡������¹�ŧ�ҧ��ҹ������㹼���٧����</h2></td> <tr><td width="10%"><div ><input type="radio" name ="q5" value ="1" id="a5" required/></td><td align="left" width="10%"><label for="a5" valign="middle">�١</label></div> <td width="10%"> <div><input type="radio" name ="q5" value ="0" id="q-5" required/></td><td width="10%"><label for="q-5" valign="middle">�Դ</label></div> </td></tr> <tr><td colspan="5" ><h2>6. ��������֡˴��� �����ѧ ���ҡ��˹�觷���ʴ��֧���Ы�������</h2></td> <tr><td width="10%"><div ><input type="radio" name ="q6" value ="1" id="a6" required/></td><td align="left" width="10%"><label for="a6" valign="middle">�١</label></div> <td width="10%"> <div><input type="radio" name ="q6" value ="0" id="q-6" required/></td><td width="10%"><label for="q-6" valign="middle">�Դ</label></div> </td></tr> <tr><td colspan="5" ><h2>7. �ҡ�ù�����Ѻ ���ҡ��˹�觷���ʴ��֧�������´</h2></td> <tr><td width="10%"><div ><input type="radio" name ="q7" value ="1" id="a7" required/></td><td align="left" width="10%"><label for="a7" valign="middle">�١</label></div> <td width="10%"> <div><input type="radio" name ="q7" value ="0" id="q-7" required/></td> <td width="10%"><label for="q-7" valign="middle">�Դ</label></div> </td></tr> <tr><td colspan="5" ><h2>8. �ҡ������ ��˹��͡ ���ҡ��˹�觷���ʴ��֧�����Ե��ѧ��</h2></td> <tr><td width="10%"><div ><input type="radio" name ="q8" value ="1" id="a8" required/></td><td align="left" width="10%"><label for="a8" valign="middle">�١</label></div> <td width="10%"> <div><input type="radio" name ="q8" value ="0" id="q-8" required/></td> <td width="10%"><label for="q-8" valign="middle">�Դ</label></div> </td></tr> <tr><td colspan="5" ><h2>9. ����٧���ط����������ͧ������ ���������ö����͵�͡Ԩ�����������������ҧ������ͧ</h2></td> <tr><td width="10%"><div ><input type="radio" name ="q9" value ="1" id="a9" required/></td><td align="left" width="10%"><label for="a9" valign="middle">�١</label></div> <td width="10%"> <div><input type="radio" name ="q9" value ="0" id="q-9" required/></td><td width="10%"><label for="q-9" valign="middle">�Դ</label></div> </td></tr> <tr><td colspan="5" ><h2>10. ����ѧࡵ�������ͧ���ҧ�������� �繨ش������鹢ͧ��û����Թ�آ���Тͧ���ͧ </h2></td> <tr><td width="10%"><div ><input type="radio" name ="q10" value ="1" id="a10" required/></td><td align="left" width="10%"><label for="a10" valign="middle">�١</label></div> <td width="10%"> <div><input type="radio" name ="q10" value ="0" id="q-10" required/></td><td width="10%"><label for="q-10" valign="middle">�Դ</label></div> </td></tr> <tr><td colspan=5><button onclick="check()" name="submit" type="submit" data-submit="...Sending">��Ǩ�ӵͺ!!!</button> <tr><td colspan=5> <p class="copyright">Designed by <a href="https://colorlib.com" target="_blank" title="Colorlib">Colorlib</a> and W3School</p> </table> </form> <div id="myModal" class="modal"> <!-- Modal content --> <div class="modal-content"> <span class="close">×</span> <p>��ṹ�ͧ�س���...</p> </div> </div> <script> function autocomplete(inp, arr) { /*the autocomplete function takes two arguments, the text field element and an array of possible autocompleted values:*/ var currentFocus; /*execute a function when someone writes in the text field:*/ inp.addEventListener("input", function(e) { var a, b, i, val = this.value; /*close any already open lists of autocompleted values*/ closeAllLists(); if (!val) { return false;} currentFocus = -1; /*create a DIV element that will contain the items (values):*/ a = document.createElement("DIV"); a.setAttribute("id", this.id + "autocomplete-list"); a.setAttribute("class", "autocomplete-items"); /*append the DIV element as a child of the autocomplete container:*/ this.parentNode.appendChild(a); /*for each item in the array...*/ for (i = 0; i < arr.length; i++) { /*check if the item starts with the same letters as the text field value:*/ if (arr[i].substr(0, val.length).toUpperCase() == val.toUpperCase()) { /*create a DIV element for each matching element:*/ b = document.createElement("DIV"); /*make the matching letters bold:*/ b.innerHTML = "<strong>" + arr[i].substr(0, val.length) + "</strong>"; b.innerHTML += arr[i].substr(val.length); /*insert a input field that will hold the current array item's value:*/ b.innerHTML += "<input type='hidden' value='" + arr[i] + "'>"; /*execute a function when someone clicks on the item value (DIV element):*/ b.addEventListener("click", function(e) { /*insert the value for the autocomplete text field:*/ inp.value = this.getElementsByTagName("input")[0].value; /*close the list of autocompleted values, (or any other open lists of autocompleted values:*/ closeAllLists(); }); a.appendChild(b); } } }); /*execute a function presses a key on the keyboard:*/ inp.addEventListener("keydown", function(e) { var x = document.getElementById(this.id + "autocomplete-list"); if (x) x = x.getElementsByTagName("div"); if (e.keyCode == 40) { /*If the arrow DOWN key is pressed, increase the currentFocus variable:*/ currentFocus++; /*and and make the current item more visible:*/ addActive(x); } else if (e.keyCode == 38) { //up /*If the arrow UP key is pressed, decrease the currentFocus variable:*/ currentFocus--; /*and and make the current item more visible:*/ addActive(x); } else if (e.keyCode == 13) { /*If the ENTER key is pressed, prevent the form from being submitted,*/ e.preventDefault(); if (currentFocus > -1) { /*and simulate a click on the "active" item:*/ if (x) x[currentFocus].click(); } } }); function addActive(x) { /*a function to classify an item as "active":*/ if (!x) return false; /*start by removing the "active" class on all items:*/ removeActive(x); if (currentFocus >= x.length) currentFocus = 0; if (currentFocus < 0) currentFocus = (x.length - 1); /*add class "autocomplete-active":*/ x[currentFocus].classList.add("autocomplete-active"); } function removeActive(x) { /*a function to remove the "active" class from all autocomplete items:*/ for (var i = 0; i < x.length; i++) { x[i].classList.remove("autocomplete-active"); } } function closeAllLists(elmnt) { /*close all autocomplete lists in the document, except the one passed as an argument:*/ var x = document.getElementsByClassName("autocomplete-items"); for (var i = 0; i < x.length; i++) { if (elmnt != x[i] && elmnt != inp) { x[i].parentNode.removeChild(x[i]); } } } /*execute a function when someone clicks in the document:*/ document.addEventListener("click", function (e) { closeAllLists(e.target); }); } /*An array containing all the country names in the world:*/ var countries = ["��ا�", "��к��", "�ҭ������", "����Թ���", "��ᾧྪ�", "���", "�ѹ�����", "���ԧ���", "�ź���", "��¹ҷ", "�������", "�����", "��§����", "��§���", "��ѧ", "��Ҵ", "�ҡ", "��ù�¡", "��û��", "��þ��", "����Ҫ����", "�����ո����Ҫ", "������ä�", "�������", "��Ҹ����", "��ҹ", "�֧���", "���������", "�����ҹ�", "��ШǺ���բѹ��", "��Ҩչ����", "�ѵ�ҹ�", "��й�������ظ��", "�����", "�ѧ��", "�ѷ�ا", "�ԨԵ�", "��ɳ��š", "ྪú���", "ྪú�ó�", "���", "����", "�����ä��", "�ء�����", "�����ͧ�", "��ʸ�", "����", "�������", "�йͧ", "���ͧ", "�Ҫ����", "ž����", "�ӻҧ", "�Ӿٹ", "���", "�������", "ʡŹ��", "ʧ���", "ʵ��", "��طû�ҡ��", "��ط�ʧ����", "��ط��Ҥ�", "������", "��к���", "�ԧ�����", "��⢷��", "�ؾ�ó����", "����ɮ��ҹ�", "���Թ���", "˹ͧ���", "˹ͧ�������", "��ҧ�ͧ", "�ӹҨ��ԭ", "�شøҹ�", "�صôԵ��", "�ط�¸ҹ�", "�غ��Ҫ�ҹ�", ]; var socie = [ "��Ҥ���Ҽ���٧������觻������� ��ШӨѧ��Ѵ�ӻҧ", "��þѲ�ҹ�ѵ�������͡����������آ�Ҿ�Ե��зѡ�зҧ��ͧ", "����٧���ت������ҹ�����ŧ", "���.��к��", "����٧���� �.�ҧ��Ө״", "����٧���� �.�ӹ�� �.�ҧ�ѹ", "����٧���� �.�Ԫ� �.�Ԫ�", "����٧�����Ⱥ�� �. ��ҧ", "����٧���غ�ҹ˹ͧ�˭� �.����˭�", "����٧�����Ⱥ�� �. ������", "����٧�����Ⱥ�ŷ�Ҫ�ҧ �.�ҧ����", "����٧�����Ⱥ�� �. ��ҹ����", "����٧����Ⱥ�� �. �ҹ��к�� �.�ҹ��к��", "�ç���¹����٧���بѧ��Ѵ�ѹ�����", "����٧���� �. ˹ͧ�˹� ", "����٧����Ҵ����", "����٧����˹ͧ˭�ҹ���", "��Ҥ���Ҥ����ͧ", "����٧���ػ�Ъҹ���ȹ� 2 ���� 3", "����٧�����Ҫ�ġ��", "���͢��¤��ѡ��ҹ", "����٧���� �.�������ǧ", "����٧�����������ä�", "�������ä� ͺ�.�֧�Ӿ���� ", "����٧�����Ⱥ�� �.⾵�Ҵ��� ", "���ʧ���� �.������ �.��з���ẹ", "��Ҽ���٧����", "��ҧ���غ��������", "����٧���غ�ҹ�����ä�", "����٧�����Ѵ��ȡ����", "�ѡ���آ�Ҿ�Ѵ��ȡ����", "����٧���� �. �ѧ���˭�", "����٧���ش͡�ѡ���� ��Ң�ҧ", "����٧���� �. ���", "����٧���� �. ��Ǵ������ 1234", ]; /*initiate the autocomplete function on the "myInput" element, and pass along the countries array as possible autocomplete values:*/ autocomplete(document.getElementById("myInput"), countries); autocomplete(document.getElementById("mysocie"), socie); </script> <script> // Get the modal var modal = document.getElementById("myModal"); // Get the button that opens the modal var btn = document.getElementById("myBtn"); // Get the <span> element that closes the modal var span = document.getElementsByClassName("close")[0]; // When the user clicks the button, open the modal btn.onclick = function() { modal.style.display = "block"; } // When the user clicks on <span> (x), close the modal span.onclick = function() { modal.style.display = "none"; } // When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { if (event.target == modal) { modal.style.display = "none"; } } </script> </div> </body> </html>