Propiedad screen del objeto window
Ejemplo
Ejecución del ejemplo
<html> <head> <title>Problema</title> </head> <body> <script type="text/javascript"> document.write('Valores de las propiedades del objeto screen:<br>'); document.write('availHeight :' + screen.availHeight + '<br>'); document.write('availWidth :' + screen.availWidth + '<br>'); document.write('height :' + screen.height + '<br>'); document.write('width :' + screen.width + '<br>'); document.write('colorDepth :' + screen.colorDepth); </script> </body> </html>
No tiene disponible el navegador la capacidad de iframe
Retornar al menu