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 6840837
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:53:34+00:00 2026-05-26T23:53:34+00:00

I am thinking about opening the help page of my application in a popup

  • 0

I am thinking about opening the help page of my application in a popup1. My problem is that I don’t want to open multiple popups if the user clicks the help button more then once.

Is it possible, in a cross-browser way, to reuse an old popup window instead of opening a new one?. I’m hoping I can bring it back to the foreground2 or something like that.

In the worst case I think I can go back to a div-based Javascript dialog but I’d rather avoid that if possible.


1 Most normal desktop apps use popups for the help dialogs so I don’t think there is anything wrong with this choice.

Also, I think in my case a normal link to a help page would be suboptimal from a practical perspective (I don’t want people navigating around too much in my single-page app) and from a technical one (the help contents are created via Javascript and using popups + document.write is more flexible for me)

2 Some comparisons with Windows desktop apps: Windows Explorer and IE refocus the old help window if you try to open it again. Office apps have the help window always on top. Firefow and Chrome just open a new browser tab (and open multiple ones if you try again)

  • 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-26T23:53:35+00:00Added an answer on May 26, 2026 at 11:53 pm

    I usually just use focus()

     function help_open(id) {
     newwindow = window.open('help.php?id=' + id, 'popup_return',     'menubar=no,history=no,resizable=yes,scrollbars=yes,toolbar=no,width=800,height=600');
    if (window.focus) {newwindow.focus()}
       }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am thinking about opening up a VPS account for deploying a Scala application
I'm thinking about the windows that pops up right after you type the opening
Thinking about avoiding code replication, I got a question that catches me every time
Im thinking about building an application on our website to track order places through
Been thinking about this for hours now. Im building a simple slideshow application, where
Just thinking about the best way to build an Order form that would (from
I am thinking about making a program that will need to send input and
I have been thinking about a way solve a problem I have and I'm
When thinking about traditional layered application design, I often think in terms of 3
For about a year I have been thinking about writing a program that writes

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.