-- Original message --
From: "Louis O'Carroll" <[EMAIL PROTECTED]>
> Hi,
> is there a function that gets the screen resolution of the user?
> you can also reply directly to me... [EMAIL PROTECTED]
>
> Thanks,
> Louis
Search the archives before posting. This was d
> Hi,
> is there a function that gets the screen resolution of the user?
> you can also reply directly to me... [EMAIL PROTECTED]
>
> Thanks,
> Louis
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Hey! Look what I found in the arc
is there a function that gets the screen resolution of the user?
you can also reply directly to me... [EMAIL PROTECTED]
No, you cannot get the screen resolution using PHP. You must use
JavaScript.
Larry
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/un
screen.width + "x" + screen.height + '&color_depth=' +
screen.colorDepth"
-Original Message-
From: Seb Frost [mailto:[EMAIL PROTECTED]]
Sent: Sunday, September 16, 2001 4:13 PM
To: Matthew Loff; 'Salty Marine'; [EMAIL PROTECTED]
Subject: RE: [PHP] Ge
But you could then re-submit the page with this data somehow, couldn't you?
- seb
-Original Message-
From: Matthew Loff [mailto:[EMAIL PROTECTED]]
Sent: 16 September 2001 21:04
To: 'Salty Marine'; [EMAIL PROTECTED]
Subject: RE: [PHP] Getting screen resolution and color de
Can't be done...
1) Browser sends request
2) PHP page is compiled and executed
3) PHP output is sent to browser
4) Browser displays page/executes javascript/etc.
-Original Message-
From: Salty Marine [mailto:[EMAIL PROTECTED]]
Sent: Sunday, September 16, 2001 3:54 PM
To: [EMAIL PROTEC
6 matches
Mail list logo