More work on the digital clock code! Oklahoma

Today we begin playing around with replacing those image tags with the correct numbers, depending on what time it is.

Local Companies

Anyware Mobile Solutions
918-280-8693
5800 E Skelly DR
Tulsa, OK
Amercian Education Corporation
405-840-6031
7506 Broadway Ext
Oklahoma City, OK
Earnest Computer Service
405-732-1233
7005 SE 15th St
Oklahoma City, OK
Axis Integrated Solutions
918-488-1881
2818 E 81st Pl
Tulsa, OK
Dreyer Software Inc
918-838-7638
PO Box 3391
Tulsa, OK
Software Etc
918-254-9124
Woodland Hills Mall
Tulsa, OK
Tah Software Systems
405-478-3962
3400 NE 115th St
Oklahoma City, OK
Midwest CAM Solutions (GibbsCAM)
763-560-6567
NOW SERVING: OKLAHOMA
Oklahoma City, OK
Griffey & Associates
918-627-6399
5350 E 46th Street Suite 145
Tulsa, OK
B Solutions LLC
918-749-9200
5645 S Madison Ave
Tulsa, OK

provided by: 
Originally published at Internet.com


Tips...

Last week we learned the NAMEs attached to each of the HTML image tags. Today we begin playing around with replacing those image tags with the correct numbers, depending on what time it is.

Here's the code

The time is grabbed from the user's browser, so there's no need to worry about daylight savings time or time zones. As long as the viewer has his or her browser set correctly, you're good to go. If they don't, well, you can't help that.

Let's start at the top of the script just below the loading loop and code: function clock() { dates=new Date(); hour=dates.getHours(); min=dates.getMinutes(); sec=dates.getSeconds(); if(hour < 12) { amPM=am.src; } if(hour > 11) { amPM=pm.src; hour=hour-12; } if(hour == 0) { hour=12; } if(hour < 10) { document["tensHour"].src="http://www.developer.com/dgtbl.gif"; document["Hour"].src=d[hour].src; } if(hour > 9) { document["tensHour"].src=d[1].src; document["Hour"].src=d[hour-10].src; } if(min < 10) { document["tensMin"].src=d[0].src; } if(min > 9) { document["tensMin"].src=d[parseInt(min/10,10)].src; } document["Min"].src=d[min%10].src; if(sec < 10) { document["tensSec"].src=d[0].src; } if(sec > 9) { document["tensSec"].src=d[parseInt(sec/10,10)].src; } document["Sec"].src=d[sec%10].src; document["amPM"].src=amPM; setTimeout("clock();",100); } ...

Read article at Internet.com site

Featured Local Company

Anyware Mobile Solutions

918-280-8693
5800 E Skelly DR
Tulsa, OK

Regional Articles
- More work on the digital clock code! Ada OK
- More work on the digital clock code! Altus OK
- More work on the digital clock code! Ardmore OK
- More work on the digital clock code! Bartlesville OK
- More work on the digital clock code! Bethany OK
- More work on the digital clock code! Bixby OK
- More work on the digital clock code! Broken Arrow OK
- More work on the digital clock code! Chickasha OK
- More work on the digital clock code! Choctaw OK
- More work on the digital clock code! Claremore OK
- More work on the digital clock code! Duncan OK
- More work on the digital clock code! Durant OK
- More work on the digital clock code! Edmond OK
- More work on the digital clock code! El Reno OK
- More work on the digital clock code! Enid OK
- More work on the digital clock code! Guthrie OK
- More work on the digital clock code! Lawton OK
- More work on the digital clock code! Mcalester OK
- More work on the digital clock code! Muskogee OK
- More work on the digital clock code! Mustang OK
- More work on the digital clock code! Norman OK
- More work on the digital clock code! Oklahoma City OK
- More work on the digital clock code! Okmulgee OK
- More work on the digital clock code! Owasso OK
- More work on the digital clock code! Ponca City OK
- More work on the digital clock code! Pryor OK
- More work on the digital clock code! Sand Springs OK
- More work on the digital clock code! Sapulpa OK
- More work on the digital clock code! Shawnee OK
- More work on the digital clock code! Stillwater OK
- More work on the digital clock code! Tahlequah OK
- More work on the digital clock code! Tulsa OK
- More work on the digital clock code! Woodward OK
- More work on the digital clock code! Yukon OK

Rss   Delicious   Digg   Add To My Yahoo   Add To My Google   Bookmark   Search Plugin

Topics:
Architecture & Design Languages & Tools Project Management Web Services
Database Microsoft & .NET Security Wireless
Java Open Source Techniques XML