Skip to content

Instantly share code, notes, and snippets.

@EnriqueV
Created August 1, 2015 15:24
Show Gist options
  • Save EnriqueV/9bdb4d6e01bddb23ebf9 to your computer and use it in GitHub Desktop.
Save EnriqueV/9bdb4d6e01bddb23ebf9 to your computer and use it in GitHub Desktop.
function browser(){
if(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion > 9){
//acción para navegadores superiores a IE9
}else {
//acción para navegadores inferiores a IE9
alert("Lo sentimos tienes una version de tu navegador desactualizada");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment