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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T06:12:05+00:00 2026-05-18T06:12:05+00:00

I did see the links below but unfortunately nothing seemed applicable to my code.

  • 0

I did see the links below but unfortunately nothing seemed applicable to my code.

This function works in FF but not in IE, to simply send a name value pair (info/””) to the server. Don’t need to return anything or call any other function.

Any suggestions?

function functionAX()
{ 
    $(document).ready(function() {

       $.ajax({
           url: "/cgi-bin/app.exe",
           method: "post",
           async: false,
           data: { info: "" }
       });

    });
}

Thank You.

EDIT
It appears this ajax call works – but only the first time it is called.

In context: (cgi app in C, html with JS)
I have two html pages. On each page is a header with a tab/link of both pages. When clicking on the other page/tab, I call this function functionAX() that sends the name/value pair to the cgi executable. Based on this input, the cgi will create a new version of the other html page. (With async:false, the old page will lock until the new page is loaded and that is fine for this application, as long as I get a fresh page after hitting the tab/link to that page).

So when I go back to “page 2” and select “page 1” (a second time from page 2) it no longer calls the function or sends anything to the cgi app…

Is this an issue of the a browser setting? Why doesn’t it send anything to the cgi?

jQuery .ajax method in IE7 & IE6 not working but working fine in Firefox

Why doesn't this simple jQuery ajax work?

jQuery/Ajax call – It Doesn't work on IE7

jQuery ajax .load() not working in IE6/IE7/IE8 – Working in FF/Safari/Chrome

jquery ajax doesn't work in IE

  • 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-18T06:12:06+00:00Added an answer on May 18, 2026 at 6:12 am

    According to the json.org specification, your return is invalid. The names are always quoted, so you should be returning { "info": "" }

    This may not be the problem with your setup, since you say one of them works with FF/etc, but it should be fixed for correctness in case you need to switch to another JSON parser in the future.

    As per your edit, it seems IE is caching your Ajax request. To prevent IE from caching your Ajax requests do something like:

    {
    'info': '',
    'random' : Math.random()
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Looking for a proven to work algorithm for production. Did see this example but
First let me say that I did see this article: How to remove AspxAutoDetectCookieSupport
Earlier I had a problem when an inner anonymous class did not see a
Did you ever had a bug in your code, you could not resolve? I
Following up on this question: Android: Manage contacts with lookup key (see below) I
Did you used Dynamic websites before? you see its a good way for making
Did anyone try to read programmatically an Alibre Design CAD file? I see that
This is a big-picture question... but I also have details on the problem I
I have a Php page the code for which is below, I am trying
I have a slight dilema. This isn't general to backbone.js but it's certainly causing

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.