Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/06/2002, 17:35
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 22 años, 6 meses
Puntos: 0
Re: Obtener resolución de pantalla

esto es para foros javascript...pero igual

aqui va

Código:
  
<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>
pegalo entre las etiquetas del body y listo