Redireciona a página de acordo com a Resolução

Publicado por Leandro Alexandre ® 16/01/2009

[ Hits: 10.132 ]

Download Função redireciona de acordo com a resolução do monitor.txt




Redireciona a página de acordo com a resolução, por exemplo:

1024 x 768 - > pagina1.php
800 x 600 ->   pagina2.php

  



Esconder código-fonte

<script language="JavaScript">
<!--
function resolucao(){
if (screen.width == "640" && screen.height == "480"){
window.location.href="index_640x480.html";
}
if (screen.width == "800" && screen.height == "600"){
window.location.href="index_800x600.html";
}
if (screen.width == "1024" && screen.height == "768"){
window.location.href="index_1024x768.html";
}
if (screen.width == "1280" && screen.height == "1024"){
window.location.href="index_1280x1024.html";
}
}
resolucao();
//-->
</script>

Coloque entre as <head> </head>


Scripts recomendados

Barras de navegação em CSS

EFEITO NO BACK

boas vindas

Slideshow

Trocar imagem quando o mouse estiver em cima da imagem


  

Comentários

Nenhum comentário foi encontrado.


Contribuir com comentário




Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts