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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T00:42:51+00:00 2026-05-15T00:42:51+00:00

Detaild information about the error Useraget: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0;

  • 0

Detaild information about the error

Useraget: Mozilla/4.0
(compatible; MSIE 8.0; Windows NT 5.1;
Trident/4.0; .NET CLR 1.1.4322;
InfoPath.1; .NET CLR 2.0.50727; .NET
CLR 3.0.04506.30; .NET CLR
3.0.4506.2152; .NET CLR 3.5.30729) Tiemstamp: Tue, 25 May 2010
08:54:11 UTC

Message: Object doesn’t support
this property or method Row: 208
Character: 3 Code: 0

At row 208 i have perpage = $("#perpage").val();

What is wrong here? It only happens in IE8, Firefox runs it flawlessly.
Anyone have any idea?

  • 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-15T00:42:52+00:00Added an answer on May 15, 2026 at 12:42 am

    The problem seems to be that i had same name for JavaScript variable and element id. When i renamed the variable to vperpage it all worked in IE aswell.

    vperpage = $("#perpage").val(); //Seem to work in Internet Explorer
    

    Anyone that can confirm this strange behavior in IE?

    Edited 2010-05-25 13:57 GMT+1

    Just like @bobince says and the link he posted, IE sees the element and variable as the same thing if we do not declare the variable in our JavaScript.

    var perpage = $("#perpage").val(); /*Works in Internet Explorer */
    perpage = $("#perpage").val(); /*Doesn't work in Internet Explorer since 
                                   we already have a element with the id perpage*/
    

    This can be confusing since JavaScript itself also automatically declares a variable that doesn’t exist if we give it a value. But this, as we noticed in the problem above, do not work when we already have an element with the same id. So, bad practice not to always declare your own variables 🙂 Lesson learned!

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

Sidebar

Related Questions

What causes this error, how can I fix it? Detailed Error Information Module IIS
Summary: I periodically get a .NET Fatal Execution Engine Error on an application which
We are getting the error above on some pages of an ASP.NET MVC application
Has anyone ever thought to attempt to modify the default ASP.NET Server error page
I've got the following XAML used to display detailed information about an item selected
how i can input detailed information about errors? i was trying set customErrors mode
I am trying to update a user information and get the following error: Object
Trying to install the RMagick gem is failing with an error about being unable
Anyone have any idea how to go about resolving this error? This is happening
One of the testers in my company found an error on my ASP.Net MVC

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.