ASPX page sizing

  • Thread starter Thread starter Fabrizio
  • Start date Start date
F

Fabrizio

Hi,
How can I resize a page depending on the Requester's
Display resolution or explorer settings?
thank you
Fabrizio
 
Client script has methods to do that (window.resizeTo) and you'll get the
resolution using screen.width and screen.height (again in client-side
script). Are you sure you want to do this? This is pretty frustrating from
user's standpoint...
 
Back
Top