
17/02/2005, 10:19
|
 | | | Fecha de Ingreso: noviembre-2003 Ubicación: xxxx xxxx
Mensajes: 270
Antigüedad: 21 años, 4 meses Puntos: 0 | |
Extraído del grupo de noticias de Microsoft ASP .NET (Guillermo González)
<script language="JavaScript">
<!--
var width = 0;
var height = 0;
if (document.layers) {
width = window.innerWidth;
height = window.innerHeight;
}
else if (document.all) {
width = document.body.clientWidth;
height = document.body.clientHeight;
}
//-->
</script> |