Hello
I want a javascript for browser detection, so I can redirect people using javascript according to the browser they are having.
Please help
Hello
I want a javascript for browser detection, so I can redirect people using javascript according to the browser they are having.
Please help
Browser detection is possible using Javascript, however you should make your layout or scripts to be compatible with all browsers. It is generally frowned on by the web design community to use browser detection and redirection; websites should follow a standard that applies to all browsers.
If you have issues with your CSS like min-height (which isn't read by IE) there is hacks for specific issues like that.
What is your issue and why do you want to do a browser detection?
Bookmarks