how do i get the date on clients computer easily
thanks *without activex*
Printable View
how do i get the date on clients computer easily
thanks *without activex*
Client side javascript has no problems getting the client time. Stick it in a hidden form field or on a query string to retrieve it.
Josh
can it be done without jscript and activex?
Not easily. If you happen to be on a Windows network and doing an intranet site, it might be possible to write a COM dll that uses the "net time" command to get the time from the client.
Josh