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

  • Home
  • SEARCH
  • 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 237261
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:24:41+00:00 2026-05-11T20:24:41+00:00

I have a page that lists uploaded attachments and an icon next to each

  • 0

I have a page that lists uploaded attachments and an icon next to each attachment that opens a popup window (when clicked) to allow the user to edit assorted attachment information for each attachment.

My questions are:

  1. How do I ensure that the user is allowed to open only one popup window at any one time

  2. When the user tries to open another popup window, an alert will pop up and tell him/her that they aren’t allowed to open more than one window.

  • 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-11T20:24:41+00:00Added an answer on May 11, 2026 at 8:24 pm

    You can use a “handle” to the window and check if it is open or not, here is a sample:

    var vWin = null;
    var msWindowUsedMessage = "A previous action was not completed.\nClose the window and try again.";
    
    function IsWindowUsed(oWindowToCheck) { 
        if (!oWindowToCheck.closed && oWindowToCheck.location) { 
            alert(msWindowUsedMessage); 
            oWindowToCheck.focus(); 
            return true;
        } 
        return false;
    }
    function Open_New_Window(sUrl, sTitle, sParams) {
        var winLeft = top.screenLeft + 50;
        var winTop = top.screenTop + 50;
        var oWindowHandle = window.open(sUrl, "", sParams + ",toolbar=no,top=" + winTop + ",left=" +  winLeft); 
        oWindowHandle.opener = self; 
        return oWindowHandle;
    }
    
    function Add() { 
        if (IsWindowUsed(vWin)){ 
            return;
        } 
        var sParams = "width=380,height=10,status=no,resizable=yes"; 
        var sUrl = "add.aspx";
        vWin = Open_New_Window(sUrl, 'Add', sParams);
    } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a page that lists users, each user has a profile image. The
I have a HAML page that lists some links to delete things that looks
I have a page (below) that has a datagrid that lists item's returned from
I have a page that, depending on input from a previous page, lists a
I have a page that displays a list of tickets. On each of these
I have an mvc-page that lists categories, and I would like to have it
Ok...so I have a page that lists products from a table based on the
I have a form in my jsf page(a popup) that I used to upload
I have a page that lists poem titles, average scores and lists the judges
I have a page that lists content that are contained in a div with

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.