Results 1 to 5 of 5

Thread: AJAX does not work in Internet Explorer

  1. #1
    Join Date
    Feb 2009
    Posts
    61

    AJAX does not work in Internet Explorer

    I am trying to add up some ajax code in Internet Explorer. I am trying to add javascript/ajax in Internet Explorer. The script works fine Firefox but it is giving trouble in Internet Explorer. I had some add on script in ajax which I want to enable it in Internet Explorer. Other browser like opera and firefox does not has any issue with AJAX. What are the general steps taken to avoid such problem.

  2. #2
    Tylon Foxx Guest

    Re: AJAX does not work in Internet Explorer

    that depends on which version of IE you're using

  3. #3
    Join Date
    Jan 2008
    Posts
    1,521

    Re: AJAX does not work in Internet Explorer

    The problem is occurring because the browser is not using ActiveXObject to do ajax. It is using the XMLHttprequest. You will have to configure to use first active x object and then the script will work in Internet Explorer. I will recommend you to download more sample codes from the internet which are working in Internet and then refer them.

  4. #4
    Join Date
    Apr 2008
    Posts
    1,948

    Re: AJAX does not work in Internet Explorer

    I think you are trying to check for ActiveX after when you are done with native XMLHttpRequest() object. It is recommended that you should use object detection. Then set the onreadystatechange after the open req.open(HttpMethod,url,true); and req.onreadystatechange=onReadyState;. If this thing also fails then put a debug statement in the code. This debug statement will help you to see that where Internet Explorer is not performing properly.

  5. #5
    Join Date
    May 2008
    Posts
    2,012

    Re: AJAX does not work in Internet Explorer

    To work out with this issue you will have to change the settings for Activex controls. Go to Tools > Internet options > security > internet > default settings. Do the same thing on Intranet. Then open the the maste page and edit the file in your editor. Add this
    <WebPartPagesTongue TiedPWebPartManager id="m" runat="Server" />
    <aspTongue TiedcriptManager runat="server" ID="ScriptManager1"></aspTongue TiedcriptManager>

Similar Threads

  1. Internet explorer 9 64 bit won't work
    By Techmates in forum Technology & Internet
    Replies: 6
    Last Post: 19-06-2014, 12:02 PM
  2. Quicktime does not work with Internet Explorer 64-bit
    By WarriorP in forum Technology & Internet
    Replies: 5
    Last Post: 13-11-2010, 01:03 PM
  3. Links don't work on Internet Explorer
    By Laavanya in forum Technology & Internet
    Replies: 4
    Last Post: 11-06-2010, 10:01 AM
  4. Internet explorer 8 does not work on windows 7
    By Vishant in forum Windows Software
    Replies: 3
    Last Post: 13-07-2009, 08:44 AM
  5. AJAX does not work
    By Gap meer in forum Software Development
    Replies: 4
    Last Post: 14-01-2009, 02:28 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,649,805.01619 seconds with 17 queries