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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:58:03+00:00 2026-05-25T19:58:03+00:00

Is it possible to access the window object directly from the document object in

  • 0

Is it possible to access the window object directly from the document object in Javascript?

For example:

// window.frames[0] returns the document object of the first frame or iframe found on the page
myFunc(window.frames[0]);

function myFunc(doc) {
  // I want to do something along these lines:
  var wnd = doc.getWindow();
  alert("Found frame: " + wnd.name);
  for (var i=0; i<wnd.frames.length; i++) {
    myFunc(wnd.frames[i]);
  }
}

I can’t use jQuery for this, sorry.

  • 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-25T19:58:03+00:00Added an answer on May 25, 2026 at 7:58 pm

    According to the MDN documentation you should already be getting the window with window.frames[0]. If you want the actual document you need to grab the actual frame element and dig into the document.

    var firstFrame = document.getElementsByTagName( "iframe" )[ 0 ];
    firstFrame.contentWindow;  // The window
    firstFrame.contentWindow.document;  // The document
    

    Note: I believe contentWindow isn’t supported in very early versions of Safari (pre-3.0 IIRC)

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

Sidebar

Related Questions

is it possible to access a javascript object from all browser windows? is there
Is it possible to access an element on a Master page from the page
Is it possible to access hardware devices (web-cams, magnetic card readers, etc.) from within
Is it possible to directly access MySql databases through an Adobe AIR/Flex application? If
I'm wondering if it's possible to access page JavaScript variables with Selenium. I have
Possible Duplicate: How can I access local scope dynamically in javascript? Hi all. We
Is it possible to create a new Location object in javascript? I have a
Is it possible to use JavaScript to trigger a Flash object's context-menu 'Print' action?
I have two subdomains www.example.com and api.example.com . On a page from first domain
Possible Duplicate: The calling thread cannot access this object because a different thread owns

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.