Return to Snippet

Revision: 38011
at December 22, 2010 09:24 by alyssonweb


Initial Code
var IE = /*@cc_on!@*/false;
if(!IE){
  /* do something for others browsers */
} else {
  /* do something for IE 6 */
}

Initial URL


Initial Description


Initial Title
Detect IE 6 Javascript

Initial Tags
javascript, ie, ie6

Initial Language
JavaScript