OK so for my first question, Background : I am trying to roll my own fuzzy-time representation algorithm. I want to pull the Timezone from the browser on page load. I was trying to do it through javascript, in the form of "var visitortime = new Date(); document.write("<SOME HTML ELEMENT" + visitortime.getTimezoneOffset()/60);" + ">"); and once that was written I would pull it into my RoR page loading. The reason I''m doing this is that I have some dynamic page calls that need this info without any prior knowledge of the browser (e.g. Trying not to create an account and having the info specified by the user.). Question : -Firstly, is there an elegant way to get at the Timezone information of the visiting browser? -Secondly, I have been looking for documentation about how to access the DOM from RoR, but can''t quite seem to find it. I keep seeing code segments that have "page[:SOME_ELEMENT]" and I''m not sure what this is called. -Thirdly for future use, is there an elegant way to access the browser variables(Width, Height, Timezone ...) in general? Any thoughts? Phil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060523/6b97cd19/attachment.html