????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.141.167.59 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/labs.astacus.se/HTML5TEST/ |
Upload File : |
<!DOCTYPE html> <html manifest="offline.manifest"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <SCRIPT language="JavaScript" SRC="script.js"></SCRIPT> <title>Offline test page</title> </head> <body onLoad="init();"> <h1> </h1> <form id="Form1" name="Form1" method="post" action=""> <table width="768" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="384" colspan="2"><strong>Offline test page</strong></td> <td width="192" align="right"><div id="version">Version 100101</div></td> <td width="192" align="right"><img src="http://labs.astacus.se/HTML5TEST/online.png" alt="" id="offlineIMG" onerror="offline();" /></td> </tr> <tr> <td> <input name="textfield01" type="text" id="textfield01"></td> <td> <input name="textfield02" type="text" id="textfield02"></td> <td><label for="select01"></label> <select name="select01" id="select01"> <option value="Item 1">Item 1</option> <option value="Item 2">Item 2</option> <option value="Item 3">Item 3</option> </select></td> <td><label for="select01"></label> <select name="select02" id="select02"> <option value="Item 1">Item 1</option> <option value="Item 2">Item 2</option> <option value="Item 3">Item 3</option> </select></td> </tr> <tr> <td colspan="4" align="right"><input type="button" name="button" id="button" value="Spara" onClick="submit_xml();"></td> </tr> </table> </form> </body> </html> <script> var myobject = { ValueA : 'Text A', ValueB : 'Text B', ValueC : 'Text C' }; addSelectItems("select01",myobject); addSelectItems("select02",myobject); </script>