Forum Moderators: open
I know this is probably something that is sorta covered elesewhere,and I appologize for that, but I've been plinking at this for days and getting nowhere by trying to modify the suggestions of other forum posts to somewhat similar questions. I figured it was just time to ask for exactly what I need. Please keep in mind that I'm a complete newbie.
Thanks.
However, you have a bit of an issue with at their location and their time. This is going to require some bits from the browser, which you can probably only get with Javascript.
I would suggest on first visit, you use JS to gather this info and set a cookie. The cookie would contain the location and the offset in time between your server and their time. Then on subsequent visits, your server-side programming could read the cookie and properly feed them the page.
Of course, always provide an alternate output if none of that works. :-)
For now Could you help me out with the javascript to change pages based on the server's time (or whatever time new Date()---getHours() retrieves). I'll settle for a dynamic site while I figure out how to tailor it to individual users.
Thanks again