Ver Mensaje Individual
  #5 (permalink)  
Antiguo 24/05/2002, 06:13
carcellan
 
Fecha de Ingreso: enero-2002
Ubicación: madrid
Mensajes: 263
Antigüedad: 23 años, 4 meses
Puntos: 0
Re: resolucion. Creo que esto no es muy dificil.

Ejemplo:

<SCRIPT LANGUAGE="VbScript">
ancho=screen.width
alto=screen.height
if ancho=1024 and alto=768 then
document.write "<p style=font-size=14>"
else
document.write "<p style=font-size=12>"
end if
</SCRIPT>