Ademas en mi sitio utilizo Google Analytics, y en los reportes de visitas si registra la resolucion de este movil, que hace google que si puede obtener este dato y yo que soy el dueño de la web no ??????
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript" type="text/JavaScript"> function ancho_tblmain(){ ancho=document.getElementById('tblmain').offsetWidth; location.href='tr1.php?res='+ancho; } </script> </head> <body onLoad="ancho_tblmain()"> <table id="tblmain" width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFCC"> <tr> <td align="center">Texto</td> </tr> </table> </body> </html>
grx leo.