|
This page will allow you to add a little clock
to your site. Rule number one: You do not need to know anything
about JavaScript to do this. You're just going to cut stuff,
and paste it into the HTML of your web site. The results look like:
The first part you're going to need is the script
that is hidden from view that does all the thinking. Then there
are two parts that show the results.
Yes, all that stuff in the box below is giberish.
The question is, is giberish a word? Anyway, the important thing
is that you don't have to think about it or know what it means.
What you have to be able to do, is cut it and paste it into your
HTML. Do that and you're done with part one.
The next two parts are, the date ()
and the time (
EST). Again, don't think about it, just paste either or both some
time after the first part and you're done.
Don't like EST? Want to have the hours to match
your local time, Just change "+clckh+"
to "+clckh - 2+" in the above example.
^Back to Top |