What is the best way to detect IE6 using Javascript?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-02-04T00:09:11Z Indexed on 2010/03/31 5:03 UTC
Read the original article Hit count: 364

Filed under:
|
If browser == IE6{
alert('hi');
}

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery