function checkchrome(){ if (navigator.userAgent.search("Chrome") >= 0) alert("Chrome is installed");}
Login to post response