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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T10:49:25+00:00 2026-05-12T10:49:25+00:00

I cannot seem to figure out I am getting the following error in IE

  • 0

I cannot seem to figure out I am getting the following error in IE 8 (only IE version I’ve tested so far). The script runs fine in all (chrome, ff, safari) other browsers I’ve tested. What am I doing wrong?

Error:

Message: Object doesn’t support this property or method
Line: 52
Char: 29
Code: 0
URI: http://www.ntierdesign.com/jquery/livetwitter/Scripts/jquery.liveTwitter.js

Message: Object doesn’t support this property or method
Line: 1
Char: 1
Code: 0
URI: http://twitter.com/status/user_timeline/bloomsdayreg.json?count=3&callback=jsonp1251868075768&_=1251868075882

Example:

Hopefully I won’t cap out my twitter api rate limit too fast, but you can view an example of the page here
http://ntierdesign.com/jquery/livetwitter/

  • 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-12T10:49:25+00:00Added an answer on May 12, 2026 at 10:49 am

    You are having this error because the version of IE that you are using doesn’t implements Array/indexOf, which has been introduced in JavaScript 1.6.

    However you could add the indexOf method to the Array prototype if it doesn’t exists, for compatibility.

    This is the implementation that Firefox uses internally:

    if (!Array.prototype.indexOf) {
      Array.prototype.indexOf = function(elt /*, from*/) {
        var len = this.length >>> 0;
    
        var from = Number(arguments[1]) || 0;
        from = (from < 0)
             ? Math.ceil(from)
             : Math.floor(from);
        if (from < 0)
          from += len;
    
        for (; from < len; from++) {
          if (from in this &&
              this[from] === elt)
            return from;
        }
        return -1;
      };
    }
    

    Check with IE this example of your page, having the compatibility function added, runs without problems…

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

Sidebar

Related Questions

I am getting very frustrated because I cannot seem to figure out why Collections
I am getting the following error. I can not figure out what is missing,
I have the following xml file and cannot seem to figure out how to
I cannot seem to figure out how to do a Selection Alignment in the
I cannot seem to figure out how to dynamically change the selected item in
i am currently using the RestClient and cannot seem to figure out how to
I have a syntax error in this subquery that I cannot seem to figure
I can't seem to figure out why I am getting an InvalidCastException running the
I am new to ExtJS and cannot seem to figure out how to group
I have a particular need which I cannot seem to figure out. I've done

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.