|
|
Heloo, Wanna know how to make this clock is very easy with Java.. !!! Isn't it?? I think if u already understand 'bout Java U will never need tiz' Here is the code.. ^_^ <!--webbot bot="HTMLMarkup" startspan --><!--webbot bot="HTMLMarkup" startspan --><TABLE BORDER=0 BGCOLOR=WHITE> <TR><TD> <FORM NAME="clock_form"><INPUT TYPE=TEXT NAME="clock" SIZE=30></FORM> <SCRIPT LANGUAGE="JavaScript"> function clockTick() { currentTime = new Date(); document.clock_form.clock.value = " "+currentTime; document.clock_form.clock.blur(); setTimeout("clockTick()", 1000); } clockTick(); // End of clock --> </SCRIPT></TD></TR></TABLE> <p><font SIZE="2" color="#006699"> <a href="mailto:hi_stella@yahoo.com">Made by stella</a> </font> </p> <!--webbot bot="HTMLMarkup" endspan --> <!--webbot bot="HTMLMarkup" endspan --> If U put the right HTML, u will see the clock like below... , if u don't like my name appear on ur site.. just deleted it.., if u can't.. it's mean u're STUPID.. :p Just Kidding...
To learn how to make it please click here!!
|