/ Published in: JavaScript

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if(!IE){ /* do something for others browsers */ } else { /* do something for IE 6 */ }
Comments

if(!IE){ /* do something for others browsers */ } else { /* do something for IE 6 */ }