[linux] Re: size van bezoekers scherm

paai j.j.paijmans op gmail.com
Ma Aug 18 13:53:03 CEST 2014


On 18-08-14 12:31, willem wrote:

nee, ik begrijp het nog niet:
de voorbeeld code (zie onder) doet niks. De branch

// Code to be displayed if resolutoin is detected

wordt uitgevoerd, maar geeft geen waarden voor $width en $Height.

Ik snap ook niet goed wat de functie van $_GET['r'] is. Dat impliceert toch een eerdere pagina die via GET de waarde van 'r' doorgeeft?


> if(!isset($_GET['r']))
> {
> echo "<script language=\"JavaScript\">
> <!--
> document.location=\"$PHP_SELF?r=1&width=\"+screen.width+\"&Height=\"+screen.height;
> // -->
> </script>";
> }
> else {
>
> // Code to be displayed if resolutoin is detected
>       if(isset($_GET['width']) && isset($_GET['Height'])) {
>           echo  "detected";
>           echo $width."<br>";
>           echo $Height."<br>";
>
>                 // Resolution  detected
>       }
>       else {
>           echo  "not detected";
>     
>                 // Resolution not detected
>       }
> }
>


-- 
Dr. J.J. Paijmans
Tilburg University: Dept. of Linguistics & AI       013-4662693
Thuis: Houwenberg 2A, 5985 PE Grashoek (L)          077 888 05 77
http://paai.uvt.nl     http://paijmans.net          GSM: +31 621 961 083




More information about the Linux mailing list