Code:
+ "<form id='sync' method='get'" \ + " action='{}='>".format(cwd) \ + " <button type ='submit'>Synchronise Time</button>" \ + "</form>" \ + "<script type='text/javascript'>" \ + "var myform = document.getElementById('sync');" \ + "myform.onsubmit = function(){" \ + " d = new Date();" \ + " document.getElementById('sync').action +=" \ + " '=' + d.valueOf();" \ + " myform.submit();" \ + "}" \ + "</script>"
Code:
< GET /ram==1709225096168? HTTP/1.1 Synchronised time to '1709225096' - 2024-02-29 16:44:57 < GET /ram==1709225096168=1709225107832? HTTP/1.1 Synchronised time to '1709225107' - 2024-02-29 16:45:08 < GET /ram==1709225189269? HTTP/1.1 Synchronised time to '1709225189' - 2024-02-29 16:46:30
Statistics: Posted by hippy — Thu Feb 29, 2024 4:51 pm