Ver Mensaje Individual
  #10 (permalink)  
Antiguo 23/10/2011, 06:20
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Respuesta: Resolucion de pantalla en head para añadir a variable php

Víctor, tienes un par de errores en la parte de javascript, por eso no recoge nada


Código:
<script type="text/javascript">
var width = screen.width;
var height = screen.height;
document.cookie ='width='+width';
document.cookie ='height='+height';
</script>
Te sobran las comillas que te marqué en rojo
__________________
Javascript Códigos - Bambú difunde