Skip to content

Instantly share code, notes, and snippets.

@benlilley
Created July 22, 2012 23:43
Show Gist options
  • Save benlilley/3161400 to your computer and use it in GitHub Desktop.
Save benlilley/3161400 to your computer and use it in GitHub Desktop.
JavaScript: Write Browser Information To Form Input
$("#browser").val(navigator.userAgent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment