<script language="JavaScript">
if (screen.width >= 1024)
document.location='http://www.tusitio.com/pagina1024x768.html';
else
document.location='http://www.tusitio.com/pagina800x600.html';
</script>
Identificar resolución
Posted by
Mrs Daddy
at
11:39 AM
Con este código podemos identificar la resolución que se esta utilizando para entrar a tú página y redimencionarla según sea 1024x768 o 800x600.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment