Re: [PHP] Re: Resalution Dection

2002-01-28 Thread Justin French
Be carefull which version of javascript is in use (or more to the point, which version of javascript the browser supports), because these goodies aren't available in earlier versions (even 1.1 from memory), and you may want to do a lot of testing before being happy. Justin French Indent.com.au So

Re: [PHP] Re: Resalution Dection

2002-01-25 Thread Christian Blichmann
"Jeff Sheltren" <[EMAIL PROTECTED]> wrote in message 006901c1a552$ad42ebf0$0500a8c0@ellaptop">news:006901c1a552$ad42ebf0$0500a8c0@ellaptop... > Yes, you can use javascript to get the user's resolution: > > screen.width > screen.colorDepth You can also use window.innerWidth window.innerH

Re: [PHP] Re: Resalution Dection

2002-01-24 Thread Jeff Sheltren
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 thi