Howto detect the size of the browserwindow.

  • Thread starter Thread starter EMW
  • Start date Start date
E

EMW

I created my page to work on a 800x600 size window, but when the user has
his/her screen set on a larger size, they'll get a empty area at the right
side of the screen.
I don't like this, looks unproffessional, so I want to fill it with
something, but only if the size is larger then 800x600.

How can I detect this in the FormOpen part of my aspx program?

rg,
Eric
 
Back
Top