Rev 6099 | Rev 14719 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6099 | Rev 13399 | ||
---|---|---|---|
Line 8... | Line 8... | ||
8 | return Math.ceil((exit.getTime()-enter.getTime())/1000);\ |
8 | return Math.ceil((exit.getTime()-enter.getTime())/1000);\ |
9 | }\ |
9 | }\ |
10 | function clock() {\ |
10 | function clock() {\ |
11 | document.chrono.clock.value=rtick; \ |
11 | document.chrono.clock.value=rtick; \ |
12 | rtick=fixrtick-tempo();\ |
12 | rtick=fixrtick-tempo();\ |
13 | if(rtick<0) rtick |
13 | if(rtick<0) {rtick=0;}\ |
14 | Timer= |
14 | else{Timer= setTimeout("clock()",1000);}\ |
15 | }\ |
15 | }\ |
16 | </script> to $wims_html_header |
16 | </script> to $wims_html_header |
17 | 17 | ||
18 | !set wims_html_onload=!append word clock(); to $wims_html_onload |
18 | !set wims_html_onload=!append word clock(); to $wims_html_onload |