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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T01:16:35+00:00 2026-06-11T01:16:35+00:00

So i am building a ‘like’ button but i have a small problem after

  • 0

So i am building a ‘like’ button but i have a small problem after the user login’s in through the little window, the user has to refresh the whole page. I want it to check if the window has closed and then refresh the iframe. So I have this code to open the pop-up and i’ve been looking at the at this post for help, but it’s not helping that much.
Check if a popup window is closed

function grubber_highlight()
            {           
                    var popup = window.open("http://www.grubber.co.nz/login/", "newwindow", config="height=600,width=800, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no");
                        var windowloc = document.URL;
                        var windowlocation = (windowloc + "&highlight=t");
                        window.location = windowlocation;   
                        if (popup) {
                          popup.onclose = function () { alert("closed"); }
                        }                   
            }

I have this code to check if the window has closed and then alerts me that it has worked

                   if (popup) {
                        popup.onclose = function () { alert("closed"); }
                    }

The little window goes here
http://www.grubber.co.nz/login/
if anyone want’s to know.

I also want it to be able to work on most browser newer that ie8

edit
I googled a but deeper and found onunload it works on the closing but it also fires up when i open the window also…

Question

how to detect when the window is closed and then refresh the iframe

  • 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-06-11T01:16:37+00:00Added an answer on June 11, 2026 at 1:16 am

    Ok thanks guy’s but i go the answer i wanted with the onunload event

         var popup = window.open("http://www.grubber.co.nz/login/", "newwindow", config="height=600,width=800, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no");
    var windowloc = document.URL;
    var windowlocation = (windowloc + "&highlight=t");
    window.location = windowlocation;
    var e = 0;  
    if (popup) {
         popup.onunload = function () {
            if (e == 1)
            {
             //this will reload the iframe
            alert("closed");
             }
            else
            {
              //this will be when the pop-up gets created
            e++;                                    
            }                         
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

building libraries with waf is nice and I like the lib<targetname> naming scheme. But
Building a website using a PHP based Ecommerce product Magento. The problem I have
Building a simple login page. If the user types in a password and password
Building a website. When I order my tags like this, LightCycle works but Lightbox
Building my baseclasses for user interface controls is getting there. I have command buttons
Building on this question , now I have another problem. Given this, shipments =
Building an inventory system. I have lots of products and each product has three
Building my first SL MVVM application (Silverlight4 RC) and have some issues i don't
I´m building a small application with Jquery and PHP. Jquery (index.html) adds Form Fields
Building a commercial product may use various open source libraries that have use of

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.