Ok i have created websites which use iframes, and if you create an iframe that fits 800 x 600 screen resolution, it looks small on higher resolutions because you give a particular iframe a size in pixels.
So i was wondering, is there a way, using php, to find out the screen resolution a user is using??
if so i want to do the following.
if the screen resolution is equal, or less that 800 x 600 resolution, then goto
http://www.thedigitaldream.co.uk/lowres/ else, goto
http://www.thedigitaldream.co.uk/highres/
if you can do this, can someone please give me the code.
Thanx so much in advance.
Matt