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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:48:01+00:00 2026-06-03T05:48:01+00:00

I designed an application which works in all browser except in IE, Actually where

  • 0

I designed an application which works in all browser except in IE,
Actually where i got struck means i added 2 tabs for example,

 public string GetTabs()
    {
         strResult = strResult + "<div class='amc-container'>";
                    strResult = strResult + "<div id='links-div' class='simple-round-div-right'>";
         strResult = strResult + "<div id='tab-link1' class='tab-button-enabled'><a href='javascript:void();' onclick=\"showTab('details-div','Code',this,'" + id + "'," + id.ToString() + "," + status + ");\">Products</a></div>";
         strResult = strResult + "<div id='tab-link2' class='tab-button-disabled'><a href='javascript:void();' onclick=\"showTab('details-div','Code',this,'" + code.Trim() + "'," + id.ToString() + "," + status + ");\">Spares</a></div> </div></div>";       
        return strResult;
    }

//Javascript function

function showTab(div, dom, obj, tcd, tid,status) {
    $("div.tab-button-enabled").removeClass('tab-button-enabled').addClass('tab-button-disabled');

    $(obj).parent().removeClass('tab-button-disabled').addClass('tab-button-enabled');
    $("#" + div).html('Loading...');

    $.get("/common/get_amcb.aspx", { dm: dom, acd: tcd, aid: tid, domain: obj.firstChild.nodeValue,status:status },
    function (data) {
        $("#" + div).html(data);
    });
}

$.get() function loads page get_amcb.aspx page & get the data from .aspx page through response.Write() method & bind into the div.

while page loading I’m calling this function (GetTabs()) & assigning to label.

All this works in chrome,Firefox but not in IE if I’ll use IE(9.0 version) then added data is not reflect into the tab if we want to show data means we need close browser & reopen the browser that time added data is showed, WHY its happening & I’m not getting whats going on behind please help me.

Thanks

  • 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-03T05:48:03+00:00Added an answer on June 3, 2026 at 5:48 am

    IE loves caching. Clear cache and see. If that is the case, send a timestamp along with the url. So it will be considered a s anew request.

    var tstmp = new Date();
    var uniqueTimeStamp = tstmp.getTime()
    $.get("/common/get_amcb.aspx?timestam="+uniqueTimeStamp , { dm: dom, acd: tcd, aid: tid, domain: obj.firstChild.nodeValue,status:status },
        function (data) {
            $("#" + div).html(data);
        });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hai I have an application which is designed in netbeans6.0.1 where i need to
I’m working on an application which has been designed using n-tire application architecture .The
I have a web application, which was designed and always worked under root context
I wrote an application which uses sqllite via coredata. It works fine on simulator
I am currently creating an application which works out the magnitude at a predefined
I am working on a C# application which is designed to run in the
I have an application designed for iPhone OS 2.0 and I am adding some
I have an application designed for iPhone OS 2.x. At some point I have
I have my application designed with Repository pattern implemented and my code prepared for
I am developing an application designed for a secretary to use. She has a

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.