Skip to content

Instantly share code, notes, and snippets.

@Feuda
Created March 22, 2012 07:55
Show Gist options
  • Save Feuda/2156925 to your computer and use it in GitHub Desktop.
Save Feuda/2156925 to your computer and use it in GitHub Desktop.
ie or ff
<html>
<body>
<SCRIPT LANGUAGE="JavaScript">
<!--
if(document.all)
alert("this is a IE");
else
alert("this is a Firefox");
//-->
</SCRIPT>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment