My current web page only displays properly in google chrome. Therefore, I would like to make browsers other than google chrome display a pop up that says "please use google chrome".
Currently I am using
alert("Please use Google Chrome");
but the problem here is that it also displays that alert in google chrome. Is there any way to display this alert in specific browsers only?