Quote:
Originally posted by invitro
I was wondering if there is a way to determine the browser height in ASP.
I know that in Javascript there is an Screen Object, but this object cannot be accessed using ASP.
So I was wondering if there is a way to get the height and width of the users browser in ASP OR call an external JS function that has the coordinates and pass them onto the ASP section.
ASP is server side, so it does not really have access to the browser object. You coul duse 3rd party components or use JavaScript to pass the height/width as you mentioned.