scusate, ho trovato
posto lo script..



<html>
<script>
if(navigator.userAgent.indexOf("Firefox") != -1)
{
window.location = "firefox.html";
}
else
{
window.location = "others.html";
}
</script>
</html>