Ver Mensaje Individual
  #7 (permalink)  
Antiguo 28/01/2005, 06:20
yaviz
 
Fecha de Ingreso: diciembre-2004
Mensajes: 371
Antigüedad: 19 años, 4 meses
Puntos: 0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<script type="text/javascript">

if(window.screen.availWidth == 800)
{
document.write("muestro texto");
}
else
{
document.write("<img src='imagen.jpg'>");
}
</script>
</body>
</html>


Un saludo.