Return to Snippet

Revision: 10673
at January 9, 2009 04:13 by ginoplusio


Initial Code
// Internet Explorer 6
var IE6 = false /*@cc_on || @_jscript_version < 5.7 @*/;

// exactly Internet Explorer 7
var IE7 = false /*@cc_on || @_jscript_version == 5.7 @*/;

// at least Internet Explorer 7
var gteIE7 = false /*@cc_on || @_jscript_version >= 5.7 @*/;

// any Internet Explorer (thanks to Dean)
var isMSIE = /*@cc_on!@*/false;

Initial URL
http://www.barattalo.it

Initial Description


Initial Title
Detect IE6 in javascript

Initial Tags
javascript, js, ie6

Initial Language
JavaScript