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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T12:33:35+00:00 2026-06-05T12:33:35+00:00

I have a window, where before being closed I refresh the underlying page. if(opener

  • 0

I have a window, where before being closed I refresh the underlying page.

if(opener && typeof(opener.Refresh) != 'undefined')
{
    opener.Refresh();
}

If I moved away from the original opening page, this code would throw a “Permission Denied” error.

Debugging the code revealed that typeof(opener.Refresh) was equal to “unknown” instead of the expected “undefined”.

As far as I’m aware “unknown” is not one of the return values for typeof, so how and why would this value be returned?

Further Information

I avoided the error by changing the check to:

if(opener && typeof(opener.Refresh) == 'function')

However examples like this (detecting-an-undefined-object-property-in-javascript) do not seem to factor “unknown” into the equation.

  • 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-05T12:33:37+00:00Added an answer on June 5, 2026 at 12:33 pm

    According to a duplicate question at Bytes, the typeof value unknown is added to JScript version 8, along with date.

    A comment to a blog by Robert Nyman can also be explanatory:

    Internet Explorer displays “unknown” when the object in question is on
    the other side of a COM+ bridge. You may not know this or realize
    this, but MS’s XMLHTTP object is part of a different COM+ object that
    implements IUnknown; when you call methods on it, you’re doing so over
    a COM bridge and not calling native JavaScript.

    Basically that’s MS’s answer if you try to test or access something
    that’s not a true part of the JScript engine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have window form in my WPF Application when I open new window from
I have a C# WPF application that I'd like to startup/display before the Windows
I have a window with a MenuItem maddbound3 with the following ActionListener: maddbound3.addActionListener (
I have a window I've created using UiBinder. I'm followings Sencha's HelloWorldUiBinder example and
I have a window containing three NSTextField s, like this: +------------------------+ | +--------------------+ |
I have trivial window: this.window = Ext.widget('window', { title: 'Find', closeAction: 'hide', width: 300,
I have main window which has inner grid components. When I press a button
I have a window contained in a nib file that gets loaded by a
I have a window with a main view of type NSView and a subview
I have a window which contains a split view. One of the splits contains

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.