Des wrote the following on 10.03.2007 21:15 :
> [...]
> Browser detection is based on the user-agent string. Can you send me
> the user-agent string of your browser?
> You can alert see with
> <script>document.write(window.navigator.userAgent)</script>
>
>
>
>   
Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.8.1.2) Gecko/20070304
BonEcho/2.0.0.2

Yeah, BonEcho... Apparently Mozilla put some restrictions around the
Firefox name (I'm using Gentoo but with Firefox compiled from source
unlike Stefano). May I suggest you check for Gecko (maybe with a minimum
version if you need to)?

Lionel