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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T13:32:06+00:00 2026-06-05T13:32:06+00:00

I have a mypage1.aspx, it has a link that opens a pop up, this

  • 0

I have a mypage1.aspx, it has a link that opens a pop up, this pop up has another link that opens a second pop up and closes the first pop up. On the second pop up that was opened there is like a wizard, at the end there is an input and i have a function to close the window as follows (in Clients.js)

Clients.prototype.closeThisWindow = function() {
    window.close();
}

When the button is clicked the window perfectly. But now i have an issue from this same function i need to hide a link in the parent page but

window.parent   (parent is always null)
window.opener   (opener is always null too)

I have defined a function in the parent to hide the link, but can’t call that function because opener is always null

i tried

Clients.prototype.closeThisWindow = function() {
    window.opener.hideLink();
    window.close();
}

Where hideLink is the function defined in the parent page, but opener is always null, is there any other way i could do this?. I am not good with javascript but here where I work they have designed it like this and i have to make it work from the javascript. I would appreciate any help given this scenario.

  • 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-05T13:32:08+00:00Added an answer on June 5, 2026 at 1:32 pm

    In the function opening the wizard do:

    var result_from_open = open(/*your paramenters*/);
    result_from_open.main_window = window.opener;
    

    And in Clients.js:

    Clients.prototype.closeThisWindow = function() {
      //window.opener.hideLink();
      window.main_window.hideLink();
      window.close();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this application that relies extensively on Request.UrlReferrer for handling link clicks and
I have an aspx page that inherits a master page which has a protected
I have an html form that looks like this: <form name=form_ method=post id=contactUs action=myPage.aspx
I know that if I want to have requests for MyPage.aspx go to the
I would like to have this piece of code in my .aspx file: <input
In CRM2011 I have an IFrame that displays a custom ASPX page (a photo
I have a pop-up called PopUp1 (page0.aspx). When the user clicks a row in
I have a url like this : http://www.somesite.com/mypage.aspx?myvalue1=hello&myvalue2=goodbye . I want to get mypage.aspx?myvalue1=hello&myvalue2=goodbye
I want to have a gridview where the first field is a link to
I have an ASP.NET3.5 (C#) ASPX page that is internationalized in 10 different languages.

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.