a way of doing this can be accomplished by using a javascript detection script. writing the value to a hidden form object and submitting that to a database.
I need to be able to find this out as the page loads so I can assign things right away. The reason is because I am trying to set up ASPimage so it will resize a picture according to the screen resolution of the user.
Don't get the display resolution (it won't relate if the user is running the browser in a smaller window.) Get the 'usable area' instead which should give you the actual size of the browser window.
Yeah that just changes the width and height though, I am having the server actually resize the image. I only want to find the persons screen resolution so that the pictures will fit when they have the window maximized. If I get too many different sizes I am afraid that the server load will be too great.