Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Tuesday, April 17, 2012
What is the best way to detect Internet Explorer 6 using JavaScript?
What is the best way to detect Internet Explorer 6 using JavaScript?
Conditional comments are a good alternative:
ReplyDelete<!--[if IE 6]>
var everythingIsBroken = true;
<![endif]-->