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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:28:03+00:00 2026-06-15T12:28:03+00:00

I cannot seem to find out why IE does not read my success on

  • 0

I cannot seem to find out why IE does not read my success on get after the post. I have tried cache: false, with no luck. This works in all other browsers, just not IE.

       $.ajaxSetup({ cache: false });
        num = $('#num').val();
        phone = $('#phone').val();

        $.post("post.php?"+$("#MYFORM").serialize(), {

        }, function(response){

            if(response==1 && codeVal == 1 && telVal == 1)
            {
                $("#after_submit").html('');
                $("#Send").after('<label class="success" id="after_submit">Η αποστολή πραγματοποιήθηκε</label>');
                change_captcha();
                clear_form();
                $.ajax({
                        type:'get',
                        cache: false,
                        url: "http://web.somesite/submit_code.php",
                        dataType: 'html',
                        data:{ user: "one", pass: "mtwo", source: "WEB", receipt: num, msisdn: phone},
                        success: function(data) { 
                            var qsFull = "http://web.somesite.gr/submit_code.php?" + data;
                            var qs = URI(qsFull).query(true);
                            TINY.box.show({html:qs.message,animate:false,boxid:'error',top:5});
                        }
                    });
            }
            else
            {
                $("#after_submit").html('');
                $("#Send").after('<label class="error" id="after_submit">Error! in CAPTCHA .</label>');
            }
        });

OK, I tried adding an error after the success and I see that I get my pop up as I should be, but the value of qs.message is 0. Why would I get error and not success, when it is successful in other browsers.

  • 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-15T12:28:04+00:00Added an answer on June 15, 2026 at 12:28 pm

    I found the answer, It has to do with IE not being flexible with cross domains and such, so I added a XDomainRequest like so

        if (jQuery.browser.msie && window.XDomainRequest) {
                               var xdr = new XDomainRequest();
                               var my_request_data = { user: "M1web", pass: "m!", source: "WEB", receipt: num, msisdn: phone};
                               my_request_data = $.param(my_request_data);
    
    
    
                                    if (xdr) {
                                        xdr.onerror = function () {
                                           alert('xdr onerror');
                                        };
                                        xdr.ontimeout = function () {
                                           alert('xdr ontimeout');
                                        };
                                        xdr.onprogress = function () {
                                           alert("XDR onprogress");
                                        alert("Got: " + xdr.responseText);
                                        };
                                        xdr.onload = function() {
                                            //alert('onload  ' + xdr.responseText);
                                            var qsFull = "http://web.web.gr/submit_code.php?" + xdr.responseText;
                                            var qs = URI(qsFull).query(true);
                                            TINY.box.show({html:qs.message,animate:false,boxid:'error',top:5});
                                            callback(xdr.responseText);
                                        };
                                        xdr.timeout = 5000;
                                        xdr.open("get", "http://web.web.gr/submit_code.php?" + my_request_data);
                                        xdr.send();
                                    } else {
    
                                    }
                     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I cannot seem to figure it out why the following does not work import
I cannot seem to find a way to have LINQ return the value from
I have been researching this issue pretty extensively and cannot seem to find an
I have gotten myself into a catch 22 and cannot seem to find my
I have a relatively simple question that I cannot seem to find the answer
I have a simple problem that I cannot seem to find a solution to.
I have searched for the answer to this, but cannot seem to find one.
I have read many of the answers and pages but I cannot seem to
I have a problem that I cannot seem to find an answer to. With
I have been looking around and I cannot seem to figure out how to

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.