Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript detect if browser is not google chrome

if(!!window.chrome !== true){
	alert("Please use Google Chrome to access this site");
}
 
PREVIOUS NEXT
Tagged: #javascript #detect #browser #google #chrome
ADD COMMENT
Topic
Name
9+6 =