Created
September 5, 2012 10:08
-
-
Save fxxkscript/3634445 to your computer and use it in GitHub Desktop.
判断IE6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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