Fórum CataBits
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Javascript redireciona por navegador e versão/JS redirects by browser and version

Ir para baixo

Javascript redireciona por navegador e versão/JS redirects by browser and version Empty Javascript redireciona por navegador e versão/JS redirects by browser and version

Mensagem  wallyvianna 23/11/2010, 11:46

(postagem escrita bílingue para ampliar a base de respostas de leitores)

Escreví este Javascript para redirecionar página HTML baseada no navegador do usuário
I write this Javascript to redirect HTML page based in navigator user:

Código:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Redireciona navegador</title>
</head>

<script language="javascript" type="text/javascript">
if (navigator.appName == "Netscape") {
window.location="index-mozilla.html"
}

if (navigator.appName == "Opera") {
window.location="index-opera.html"
}

if (navigator.appName == "Microsoft Internet Explorer") {
window.location="index-ie-safari.html"
}
</script>

<body>

<h1>Se estiver vendo esta página:/If this message appears to you</h1>
<h2>- habilite os scripts em seu navegador/Enable scripts in your browser<br>
ou<br>
- <a href="index-ie.html">clique aqui/Click here</a> se seu navegador for o/if your navigator were <i>Internet Explorer</i><br>
- <a href="index-mozilla.html">clique aqui/Click here</a> se seu navegador  for o/if your navigator were <i>Firefox,  Google Chrome, Safari  </i>
<br>
<a href="index-opera.html">clique aqui/Click here</a> se seu navegador  for o/if your navigator were <i>Opera</i></h2></td>
</tr>
</table>
</body>
</html>

Este é um exemplo de página de redirecionamento (navegadores mozilla)
This is the example of redirected page (mozilla browsers)

Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>index-mozilla</title>
</head>
<body>
<strong>Index-mozilla</strong>
</body>
</html>

Preciso redirecionar o usuário quando o navegador for Internet Explorer 6 ou 7. Como detectar o nome do navegador e versão ao mesmo tempo?

I need redirect user when the browser is Internet Explorer 6 or 7. How to detect browser and version at sama time?

wallyvianna

Mensagens : 91
Data de inscrição : 01/07/2010

Ir para o topo Ir para baixo

Ir para o topo

- Tópicos semelhantes

 
Permissões neste sub-fórum
Não podes responder a tópicos