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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:05:28+00:00 2026-06-03T13:05:28+00:00

I have IE9 installed on my Windows 7 machine. Using this version of IE,

  • 0

I have IE9 installed on my Windows 7 machine.

  1. Using this version of IE, when I view my local HTML page containing
    jqPlot graphs, everything is responsive (graph rendering and zooming
    are very quick).
  2. If I set the browser’s Browser Mode (F12 -> Browser Mode) to IE7 or
    IE8, the page becomes dramatically unresponsive (expected).

I’m currently working on an MFC application using VC++ 2008. The application defines IE7 as its minimum required platform as follows:

In targetver.h

...
#ifndef _WIN32_IE               // Specifies that the minimum required platform is Internet Explorer 7.0.
#define _WIN32_IE 0x0700        // Change this to the appropriate value to target other versions of IE.
#endif 

What I’d like to do is to target IE9 instead because when the application navigates to my local HTML page, any operations done to the page are very slow (like case 2 above).

Does anybody know how to do that? I’ve tried setting “_WIN32_IE” to “0x0900” but that doesn’t seem to make any difference. Are there any settings I need to change?

  • 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-03T13:05:30+00:00Added an answer on June 3, 2026 at 1:05 pm

    Update:

    Adding

    <meta http-equiv="X-UA-Compatible" content="IE=9" >
    

    to the head section of my HTML file does seem to improve the overall performance.

    I’ve done some speed tests around the piece of JavaScript code that takes most time:

    var start = (new Date).getTime();
    for (var i = 0; i < targetPlots.length; i++) {
        targetPlots[i].replot();
        controllerPlots[i].replot();
    }
    var diff = (new Date).getTime() - start;
    alert(diff);
    

    Before adding the meta tag

    diff ≈ 6342 ms
    

    After adding the meta tag

    diff ≈ 394 ms
    

    With standalone IE9

    diff ≈ 173 ms
    

    394 ms isn’t too bad.

    Thanks for the pointer!

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

Sidebar

Related Questions

I have windows 7 (64-bit) and just upgraded IE9 in my machine. I did
In IE9 Browser, a page is not displayed properly. Using developer toolbar I have
I don't have IE9 to mess around with this, so it's a general question.
I have a page on which is a link. This link opens a second
Unfortunatly i don't have a machine that I can test IE9 on yet (still
I have table within the div. If I view it with IE9 or FF
Has anyone else tried using SimpleModal in IE9? If so, have you experienced that
I have this field In IE9 the following line gives me the error 'SCRIPT601:
I have upgraded my browser to IE9 and this problem has started. It works
This solution does not work for IE9. I have the following code: $(document).ready(function() {

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.