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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T20:08:21+00:00 2026-05-17T20:08:21+00:00

I was doing some cross browser testing on certain piece of functionality today, and

  • 0

I was doing some cross browser testing on certain piece of functionality today, and ran across a rather nifty little gem.

In IE8: Out of memory at line: 99

In IE7: Out of memory at line: 100

In IE6: Stack overflow at line: 101

From what I’ve been able to dig up, most of the time these messages start appearing, it’s an issue with having an array in which the number of elements is greater than 65,535. However, I don’t believe that that’s the issue at hand here.

The functionality in question is an action from within an iframe “closing” the current iframe and “opening” another using jQuery. It’s actually happening on the close/open interaction.

Has anyone seen anything like this before?

Edit: Upon further investigation, it doesn’t actually seem to be related to the iframes. Still digging, but any suggestions would be appreciated.

  • 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-17T20:08:22+00:00Added an answer on May 17, 2026 at 8:08 pm

    So it turned out to be an issue with IE and everything else handling things differently…as usual.

    I have a function that I’m using to throw an error, and it’s recursive by design. I wanted the error to be displayed in the main Document, not an iframe (which are being used extensively on this site, unfortunately). The gist of my function is as follows:

    myClass.myErrorFunc = function ( msg ) {
        if ( parent !== window ) {
            parent.myClass.myErrorFunc( msg );
        } else {
            // display the error
        }
    }
    

    This works GREAT in Chrome and Firefox. It recurses one level and does the error displaying in the main window because once it gets to the top level, the parent is itself. Apparently in IE, however, window’s parent is NEVER itself. Thus, infinite recursion.

    Stay tuned for a solution.

    Edit: Apparently, it was an issue with using !== instead of !=. When I switched it to !=, the second time through (as this is being run from an iframe), window == parent evaluates true, but window === parent does not…

    Whatever, I’ll take it…

    Thanks for your help guys.

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

Sidebar

Related Questions

I'm doing some cross browser testing. Initially, I was using the bind() keyword in
I've been doing some cross browser testing for a webpage I'm working on for
I'm doing some cross platform development, and I ran across another weird problem.. namespace
I'm doing some fairly simple cross-platform TCP socket programming. I have unfortunately found out
Doing some jquery animation. I have certain divs set up with an attribute of
While doing some JavaScript performance tests I came up with the following piece of
I am doing some cross-platform work, porting code from Linux to Win32, but when
In your opinion, What would be a neat way of doing cross browser css
I am doing some C++ cross development - been doing that for a while
I have some cross platform DNS client code that I use for doing end

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.