Yes, you can use javascript to get the user's resolution:

screen.width
screen.colorDepth

are two variables that you can access through javascript, which you might
find helpful.

Jeff

> Try Javascript.  I dont recall offhand but there are some properties you
can
> use in Javascript to detect this sort of thing.  PHP is all done
server-side
> and can't collect system properties from the user.
>
> Mike Frazer
>
>
>
> "Philip J. Newman" <[EMAIL PROTECTED]> wrote in message
> 00b201c1a549$39daf0d0$0401a8c0@philip">news:00b201c1a549$39daf0d0$0401a8c0@philip...
> I'm trying to display an image only if the user has a hi resolution? can
> anyone help?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to