"Moltrinn" <HLMoultrie (AT) aol (DOT) com> wrote
Quote:
I'd like the client/customer to be able to view it...
thanks. |
Moltrinn:
The client/customer *will* be able to view it, but you need to make a couple
of decisions here....
1) How important is it that the user views the time accurately? Let me
explain. If you were to do it with JavaScript (client-side), you have to
rely on the user to have their time/date set correctly on their computer for
the time to be displayed correctly on the web page. This could potentially
mean thousands, or millions of possible errors/invalid time displays because
users don't have their computers set right. With server-side scripting (ASP,
JSP, PHP, ColdFusion, etc.), you only have to worry about the time being set
correctly on *one* computer.... the server.
2) If you do decide to generate the time from the server, you need to find
out what scripting language your host supports. Not all hosts support all
scripting languages. Then decide, out of that answer, what language *you*
are most comfortable coding & maintaining.
Hope this helps & good luck,
Sam