Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/02/2005, 10:19
Avatar de sindestino
sindestino
 
Fecha de Ingreso: noviembre-2003
Ubicación: xxxx xxxx
Mensajes: 270
Antigüedad: 20 años, 7 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>