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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top