document.urknap.timeId = 0; document.urknap.months =\"Jan Feb Mar Apr May JuneJulyAug Sep Oct Nov Dec \";
function opdaterUr() { with ( document.urknap ) { var tid = new Date(); // create an object with the current time. if ( memory.value==\"0\" ) { // show time hh:mm:ss h=tid.getHours(); h = (h<10)?(\"0\"+h):(\"\"+h) // hours m=tid.getMinutes(); m = (m<10)?(\":0\"+m):(\":\"+m) // minutes s=tid.getSeconds(); s = (s<10)?(\":0\"+s):(\":\"+s) // seconds inOutButton.value = h+m+s; // write the time on the button } else { // show day and month instead d = tid.getDate(); m = tid.getMonth(); m = months.substring(4*m,4*m+4); inOutButton.value = m+\" \"+d; // write the date on the button }; //end if // update watch every 200 milliseconds timeId = setTimeout(\'opdaterUr()\',200) }; //with... }; //end opdaterUr(void)
opdaterUr()
</script>
<!-- slut på urknap -->
sæt ovenstående ind der du vil have knappen. uret skifte mellem dato og tidspunkt ved tryk på knappen.
interface>> det ser ikke ud til at virke i netscape 6.1
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.