I have an application that does not work in IE. I am assigned the task of redirecting the user to Chrome if they open the application in any other browser. Is this possible? If not, how can I detect what browser a user is utilizing so that I may display a banner that instructs them to use Chrome?
I have researched this topic but have not found any documentation on this besides the jQuery Browser Rejection plugin
The Dream goal would be to launch chrome if the user has it installed or suggest a download if the user does not have it installed