Search the web
Sign In
New User? Sign Up
DreamcastBrowsers · The Dreamcast Browsers Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
how did this guy put a clock on his site? html?   Message List  
Reply | Forward Message #10240 of 15959 |
Re: how did this guy put a clock on his site? html?

the site doesnt work on pc (ie6), anyway i bet its just a javascript
code, quite easy to do actually. here is a clock field (u need to
make a form named clockform and a field named clockfield:


function showTime() {
_d=new Date();
_h=_d.getHours();
_m=(_d.getMinutes()<10)?'0':'';
_m+=_d.getMinutes;
_s=(_d.getSeconds()<10)?'0':'';
_s+=_d.getSeconds();
clockform.clockfield.value=_h+':'+_m+':'+_s;
clock=setTiemout("showTime()", 500);
}
showTime();


for dp2+ replace clockform.clockfield by document.forms[0].clockfield
and make sure the form is the first of the page



--- In DreamcastBrowsers@yahoogroups.com, "duc59" <duc12@m...> wrote:
> http://geocities.com/dreamcastv/frameset
> I think this is one of the coolest site create by a DC and very
useful for dc user trying to create a website, I really interest how
he make that clock, because he uses frame so i have difficult time
looking for that html, if you have a pc i tink it more easy to find
it out. thx.




Tue Jul 1, 2003 3:54 pm

blueswirl_fr@...
Send Email Send Email

Forward
Message #10240 of 15959 |
Expand Messages Author Sort by Date

http://geocities.com/dreamcastv/frameset I think this is one of the coolest site create by a DC and very useful for dc user trying to create a website, I...
duc59
duc12@...
Send Email
Jul 1, 2003
3:28 pm

the site doesnt work on pc (ie6), anyway i bet its just a javascript code, quite easy to do actually. here is a clock field (u need to make a form named...
blueswirl_fr
blueswirl_fr@...
Send Email
Jul 1, 2003
3:54 pm

Hi, Try visiting www.bloke.com (by same guy that runs Fl amingText.com and www.transloader.com) which has som e javascript routines that will work on a DC. I...
aliensrcooluk@...
aliensrcooluk
Offline Send Email
Jul 1, 2003
9:59 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help