Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/09/2008, 13:50
Avatar de temaqueja
temaqueja
 
Fecha de Ingreso: agosto-2002
Ubicación: /dev/null/
Mensajes: 399
Antigüedad: 21 años, 9 meses
Puntos: 4
Respuesta: Obtener resolución de pantalla

enconttre este post en el buscador :) gracias reposteo el script por que el original parece que se malogró:
Código HTML:
<script language="JavaScript"> 
if (screen.width + "x" +screen.height == "800x600"){
   document.write ("<b>800x600</b>")
}

if (screen.width + "x" +screen.height == "640x480"){
   document.write("<b>640x480</b>")
}

if (screen.width + "x" +screen.height == "1024x768"){ 
  document.write("<b>1024x768</b>") 
} 
</script> 
__________________
_________________________
La computadora nació para resolver problemas que antes no existían