Skip to content

Instantly share code, notes, and snippets.

Created October 2, 2012 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3819248 to your computer and use it in GitHub Desktop.
Save anonymous/3819248 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xml:lang="en"><head><script type="text/javascript">
// check for ie5 mac
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&amp;&amp;
navigator.userAgent.indexOf('Mac') != -1
)
// check for W3CDOM compatibility
var W3CDOM = (!bugRiddenCrashPronePieceOfJunk &amp;&amp;
document.getElementsByTagName &amp;&amp;
document.createElement);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment