![]() |
How do I make my website read what the browser the incoming person is using?
I need to code in whatever language, so that my website can see what browser the user is using and play either a flash, quicktime, or html5 video based on whatever browser that user is visiting my site with.
Thanks, Patrick |
Re: How do I make my website read what the browser the incoming person is using?
Detecting user browser can also be done with client side script as well.
|
Re: How do I make my website read what the browser the incoming person is using?
Hey use this code. Add it to a blank .js file amd include it in your page. Then just call one of the objects for the info you want. You'll need to perform a loop to see what is what from the plugins though. I did test this code in chorme so just a heads up userCpu doesn't work in it. You may need to write a function using regex for a flash version. Try my below code for plugins in your browser to see how its set up though first. If you compress the code it'll be an uber tiny library for user specs on the client end.
Code: JavaScript
show browser version Code: JavaScript
show all plugins descriptions Code: JavaScript
|
| All times are GMT +5.5. The time now is 12:58. |