Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 199679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:02:40+00:00 2026-05-11T17:02:40+00:00

What is best way to open a pop up window maximized to the user’s

  • 0

What is best way to open a pop up window maximized to the user’s screen configuration? I am using C# ASP.NET 3.5 web site project.

Update:

@Anthony – The windows xp task bar covers up some of the browser window. How do I set to maxmmumize and stop at the windows xp task bar?

Update 1:

I used the following the solution to maxumize the pop up window, but it opens the window first then moves it to the upper left corner of the screen. Is there a way just to open the pop up at the 0,0 position?

function openMaxWindow(url) {
    var name = "MyWindow";
    var features = "status=1,toolbar=1,location=1,menubar=1,scrollbars=1,resizable=1,top=0,left=0,height=" + screen.availHeight + ",width=" + screen.availWidth;

    var newWindow = window.open(url, name, features); 
}

Update 2:

Figured it out, I needed to add top=0 and left=0 to the features list.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T17:02:40+00:00Added an answer on May 11, 2026 at 5:02 pm

    Use javascript to run

    var newWindow = window.open(); newWindow.resizeTo(screen.width, screen.height);

    Obviously, you need to use the appropriate parameters to the window.open() statement.

    This link also shows how to do it

    Edit

    newWindow.moveTo(0,0);
    newWindow.resizeTo(screen.availWidth, screen.availHeight);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What's the best way to cache web site user data in asp.net 4.0? I
What would be the best way to accomplish the home screen folder roll-open effect
From what I have understood, it is not the best way to open a
What is the best way to open a file as read/write if it exists,
What is the best way to open a Word file that was stored as
I'm trying to figure out the best way to open an existing file and
I try to open pop up in the same window, but it forwards me
I just want to ask what is the best way to open a new
What is the best way, or existing snipets/libs (free/open source) of doing something like
What is the best way to check if the UDP port is open or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.