I'm trying to detect a users browser window size. I didn't see anything in the get_browser function that will do this. Is this possible with PHP?
What I need to do is build a pop-up window size based on the image size I am to display in the pop-up window. The issue is the depth of the window since the images will be deep (we're showing newspaper pages). For a sample of what I'm doing, go to: http://www.newspagedesigner.com/portfolios/portfolio1.php?UserID=57
Detection of the browser's window size is a client side function. 'fraid you are going to be using javascript et al. rather than PHP
Justin
Ah, that makes sense. Is there a way to get the size in javascript and pass that along to a PHP variable?
You can put the javascript variable in some input hidden, than use name_of_form.submit() javascript function, that will redirect to PHP page
I wrote something recently that does exactly what you want and more. Email me if you need some help. richard at benfield dot ws