determine time-zone of client machine

  • Thread starter Thread starter John Grandy
  • Start date Start date
Hello,

I think you can only get that from client side (Javascript), a workaround
could be to get from javascript and then post it back (you can use a hidden
field to store that info, or you could use an out of bound call, or just
using javascript and DOM update your page). About how to do that using
Javascript:

http://www.willmaster.com/possibilities/archives/wmp19990831001.shtml
http://www.webmasterworld.com/forum13/3922.htm

HTH
Braulio

/// ------------------------------
/// Braulio Diez
///
/// http://www.tipsdotnet.com
/// ------------------------------
 
Back
Top