Alıntı
<script>
if(navigator.userAgent.indexOf("Firefox") != -1)
{
window.location = "default.asp";
}
else
{
window.location = "yasak.asp";
}
</script>
buyurun javascript kodu