CLOCK (2)






Clock



// Navigation - Stop
// Netscapes Clock - Start
// this code was taken from Netscapes JavaScript documentation at
// www.netscape.com on Jan.25.96
var timerID = null;
var timerRunning = false;
function stopclock (){
if(timerRunning)
clearTimeout(timerID);
timerRunning = false;
}
function showtime () {
var now = new Date();
var hours = now.getHours();
var minutes = now.getMinutes();
var seconds = now.getSeconds()
var timeValue = "" + ((hours >12) ? hours -12 :hours)
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
timeValue += ((seconds < 10) ? ":0" : ":") + seconds
timeValue += (hours >= 12) ? " P.M." : " A.M."
document.clock.face.value = timeValue;
// you could replace the above with this
// and have a clock on the status bar:
// window.status = timeValue;
timerID = setTimeout("showtime()",1000);
timerRunning = true;
}
function startclock () {
// Make sure the clock is stopped
stopclock();
showtime();
}








Poczta elektroniczna | Skok do strony |
Zegarek | Historia skoków |
Przewodnik po stronach
Alert jako przycisk | Alert przy ładowaniu strony |
Pływający napis | Data
Banner 1 | Automatyczna zmiana koloru tła |
Ręczna zmiana koloru tła | Detekcja przeglądarki
Banner 2 | Ostrzeżenie | Seria komunikatów | Drukarz
Data i czas | Zegar w wierszu statusu
| Aktualizacja strony
Rozwijana lista z odsyłaczami 1 | Rozwijana lista z odsyłaczami 2
Strona główna skryptów











Wyszukiwarka

Podobne podstrony:
Blaupunkt CR5WH Alarm Clock Radio instrukcja EN i PL
THE CLOCK zegar telling the time podawanie godzin i cwiczenia
clock style1
scroll clock
binary clock
Digital Clock
Peripheral clock gene expression in CS mice with
Evidence of an oscillating peripheral clock in an equine fib
Clock mantelclock
clock e?
czas clock
clock 3 jv7rxk2cz2fi6x2gwqcoxgodpald7skn4g4puca jv7rxk2cz2fi6x2gwqcoxgodpald7skn4g4puca
Kornbluth, CM Thirteen O Clock and Other Zero Hours v1 0
dynamic clock

więcej podobnych podstron