Getting the User Agent with JavaScript
I'd like to get a script that can grab the user's user agent and prop it to an attribute. I'm making a website problems contact form and I usually need to know what browser the user is using. How can I detect the user agent string and prop it as the value of an input element. My html looks something like: <input type="hidden" id="UserAgent" name="User Agent" /> I want the user agent to be added to that as the value attribute so it would look like: <input type="hidden" id="UserAgent" name="User Agent" value="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.53.11 (KHTML, like Gecko