facebook

configuration

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #300423 Reply

    i know ajax per inke site pe problem he ki ye data base me value unsert karte he to ajax instatntly populate nahi karta he
    function newXMLHttpRequest()
    {
    var xmlreq = false;
    // Create XMLHttpRequest object in non-Microsoft browsers
    if (window.XMLHttpRequest)
    {
    xmlreq = new XMLHttpRequest();
    }
    else if (window.ActiveXObject)
    {//else if S
    try
    {
    // Try to create XMLHttpRequest in later versions
    // of Internet Explorer
    xmlreq = new ActiveXObject(“Msxml2.XMLHTTP”);
    }
    catch (e1)
    {//catch S
    // Failed to create required ActiveXObject
    try
    {
    // Try version supported by older versions
    // of Internet Explorer
    xmlreq = new ActiveXObject(“Microsoft.XMLHTTP”);
    }
    catch (e2)
    {
    // Unable to create an XMLHttpRequest by any means
    xmlreq = false;
    }
    }//catch E
    }//else if E
    return xmlreq;
    }

    #300486 Reply

    support-joy
    Member
Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: configuration

You must be logged in to post in the forum log in