HTML 2.0 - Browser detection [3]

New browser detection only with HTML 2.0 without any JavaScript/CSS hacks.

Example

Your browser is...

HTML source

#!/usr/bin/perl
print qq{
<img
   /src\x00="ie.gif"
 /''src\x00="firefox1_5.gif"
 /''src="firefox2_0.gif"
 /""src="gecko_others.gif"
   "s\x00rc="safari2.gif"
   "src="safari3.gif"
  ""src="konqueror.gif"
    src\x00="w3m.gif"
    src\x0c="opera.gif"
    src="others.gif"
    src="lynx.gif"
/>
};

all.your.browser.are.belong.to.us. (powered by TAKESAKO)