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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T09:12:07+00:00 2026-05-19T09:12:07+00:00

bit of a basic question but my google searches seem to be turning up

  • 0

bit of a basic question but my google searches seem to be turning up junk today.

I want to open a pop up window in Javascript, set the id so that any subsequent popups use the same window, activate the window, and remove all browser controls.

So far I have:

var win = window.open('myurl.com', 'mywin', 'location=no,height=undefined,width=undefined', false); grabberwin.focus()

Now when the window is active, clicking on another link with the url of the window correctly reactivates the same popup window.

However, if the urls are different (the query string data for the new click is different) the window needs to refresh, but it’s just staying on the same url. Also, the url bar is still present.

How can I direct the window to reload using the new url?

  • 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-19T09:12:08+00:00Added an answer on May 19, 2026 at 9:12 am

    You may need to disable caching on the page that you are opening. I had an issue where pages shown in a popup window were not changing and that sounds like a similar issue. Not sure what you are using to create the pages but in .net i added this to the base page to call on page load

    
            /// 
            /// Set the page to not Cache
            /// 
            protected void DontCache()
            {
                try
                {
                    //Dont Cache
                    Response.Expires = 0;
                    Response.Cache.SetNoStore();
                    Response.AppendHeader( "Pragma", "no-cache" );
                }
                catch ( Exception )
                {
                    throw;
                }
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Bit of a basic question I guess, but if I want an object to
I know this maybe a very basic question but I'm having a bit of
A bit of a neophyte haskell question, but I came across this example in
I have a relatively basic question but more than anything just need some clarity
Greetings, I can't believe I'm asking such a basic question, but it doesn't make
This is a bit of a long shot, but if anyone can figure it
I know this is not a very technical question, but it's for all technical
I'm sorry this question is going to be a bit vague because I'm not
It's a big question but I just need a push in the right direction.
I'm a bit new to web development so forgive the slightly beginner question. Can

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.