You are on page 1of 1

<html>

<head>

<title>Ejemplo 14</title>

</head>

<body>

<H1>EL MUNDO SIGUE SIENDO CRUEL</H1>

<script type="text/javascript">

// objeto screen con información de la pantalla

alert("ancho: "+screen.width + "\n" + "alto: "+ "alto: "+ navigator.height+"\n"+"ancho sin barras:
"+screen.availWidth+"\n"+"alto sin barras: "+screen.availHeight+"\n"+"paleta de colores:
"+screen.colorDepth);

</script>

</body>

</html>

You might also like