Most short method to find out if your browser is IE

Most short method to find out if your browser is IE

Posted on 09. Jan, 2010 by emposha in Javascript

Only 5 byte and you can find out if it`s IE

Example:

if(-[1,]){
alert(“Not IE!”);
}

Source: http://habrahabr.ru/blogs/javascript/80333 it`s in russian but still you can use google translate

Tags: , ,

Page:
  • 1

3 Comments

mike

11. Jan, 2010

hey maxim..
happy new year…
how are u doing ?

i saw footstamp disappear from facebook.. so sad !
what’s happen betwwen u and facebook ?

let me know

bye bye

emposha

11. Jan, 2010

Hi Mike, my personal account also suspended ;) But right now I`m working on something new.

nick

01. Mar, 2010

any progress yet..?

Leave a reply