
<html>
<head>
<title>redireccion mediante javascript</title>
<script type="text/javascript">
if (window.screen){
var w = screen.width; // ancho de la pantalla
if(document.layers){ // Netscape reconoce la propiedad layers IE no
if(w < 740){
window.location.href="nets640.html";
}
if(w >= 740 && w < 835){
window.location.href="nets800.html";
}
if(w >= 835){
window.location.href="nets1024.html";
}
}
if(document.all){
if(w < 740){
window.location.href="ie640.html";
}
if(w >= 740 && w < 835){
window.location.href="ie800.html";
}
if(w >= 835){
window.location.href="ie1024.html";
}
}
}
</script>
</head>
<body>
</body>
</html>
Privacidad ּ Publicidad ּ Prensa ּ Premios ּ Colaborar ּ Enlazarnos ּ Mapa del Sitio ּ Aviso legal ּ Boletín ּ Contacto
2001 - 2011 | Sitio Sitio creado y mantenido por Gabriel Marcelo Rodriguez
Hosting de alta calidad a bajo costo Neolo.com.ar