Posted on 07-24-2008 under FAIL!

hot hot

Words cannot describe the pure awesome that this is… Just found in a project:

<script type=”text/javascript”>
var browser=navigator.appName
var version=navigator.appVersion

if (browser!= ‘Microsoft Internet Explorer’)
{
alert(’You must use Microsoft Internet Explorer to use this site as it has been developed using .NET!’);

}

</script>

I figured I’d be generous and share the pain with all.

-p