show/hide this revision's text 2 edited tags
show/hide this revision's text 1

How to detect screen resolution in (classic) ASP

Hi,

I want to detect users' screen size and pass this into a charting application (Chart Director by http://www.advsofteng.com) to control how big an image to display.

I have to use ASP, but I can only think to use JavaScript to detect screen-size and then pass this into the server-side script. Is there an easier way?

Thanks