<html> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <meta name="generator" content="HAPedit 3.1"> </head> <script LANGUAGE="JavaScript"> var clock= 3600000; function clock2() { clock=clock-1000; dis_clock=clock/1000; document.getElementById('clock').innerHTML = dis_clock; if(clock==0) document.edit.submit(); window.setTimeout("clock2()", 1000); } </script> <BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="clock2();"> <br> <form name="edit" action="index.html" method="post"> <input type="submit"> </form> </body> </html>
I on owszem liczy i przekierowuje ale liczy w sekundach, ja potrzebuje czasu ok. 45-60minut więc bez sensu jest to pisanie w sekundach

Z kolei jak dzile przez 60 to wychodzi np. 59.9....
kto mógłby przerobić skrypt aby w minutach pokazywał ?