Re: [PHP] Getting users monitor size

2002-06-09 Thread Miguel Cruz
On Sun, 9 Jun 2002, Tom Ray wrote: Is there a way to do this with PHP? I couldn't find it in the online docs and the archive search is offline :( Use JavaScript to detect it, and then you can set a cookie or add it to a request posted to the server. In either case your PHP program can then

Re: [PHP] Getting users monitor size

2002-06-09 Thread Rad0s-aw Gajewski
On Sun, 9 Jun 2002, Tom Ray wrote: ++Is there a way to do this with PHP? I couldn't find it in the online ++docs and the archive search is offline :( oh..You couldn't? echo 'form action=index.php pWhat's your monitor size? input type=text name=size p input

RE: [PHP] Getting users monitor size

2002-06-09 Thread Miva Guy
Currently, I'm developing a site that makes full use of a 1024 x 768 display since 90% of my users have that config. In the off chance they have a smaller display, I have this in the header of my HTML template: SCRIPT LANGUAGE=JavaScript var smallver = {SCREEN_SIZE}; if(!smallver screen.width

RE: [PHP] Getting users monitor size

2002-06-09 Thread Mark
He asked about detecting monitor size, not screen resolution. I don't think any javascript will ever be able to do this. On Sun, 09 Jun 2002 20:42:58 -0400, Miva Guy wrote: Currently, I'm developing a site that makes full use of a 1024 x 768 display since 90% of my users have that config. In