Skip to content

Instantly share code, notes, and snippets.

@fxxkscript
Created September 5, 2012 10:08
Show Gist options
  • Select an option

  • Save fxxkscript/3634445 to your computer and use it in GitHub Desktop.

Select an option

Save fxxkscript/3634445 to your computer and use it in GitHub Desktop.
判断IE6
//CHECK FOR IE6
function is_ie6(){
return ((window.XMLHttpRequest == undefined) && (ActiveXObject != undefined));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment