/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var IE = /*@cc_on!@*/false; if(!IE){ /* do something for others browsers */ } else { /* do something for IE 6 */ }