facebook

configuration

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #300408 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 balki logout karne ke baad karta he. i have to fix it
    inka code he
    function get_sub_menu()
    {
    var at = document.add.Atype.value;
    var id = document.add.menu.value;
    document.add.order.value = “”;
    document.add.link.value = “”;
    document.add.new_name.value = “”;

    xmlHttp=GetXmlHttpObject();
    if (xmlHttp==null)
    {
    alert (“Your browser does not support AJAX!”);
    return;
    }
    if(id == “-1″)
    {
    var url=”get_main_menu.jsp”;
    url=url+”?q=”+at;
    }
    else
    {
    var url=”get_sub_menu.jsp”;
    url=url+”?q=”+at+”&v=”+id;
    }
    xmlHttp.onreadystatechange=stateChanged;
    xmlHttp.open(“GET”,url,true);
    xmlHttp.send(null);
    }

    #300409 Reply

    can you clarify more… you can check where function is called(i think it is called after data getting insert into database.. now you have to call it before getting insert into database)… only that will help the issue..

    #300410 Reply

    data alag se insert ho raha data base me. ajax call alag se ho raha he per page ek hi he

    #300411 Reply

    agar developement env mila hai to check karo ki kis jagah se wo function call ho raha hai… wo find kar loge to tum khud hi resolve kar loge…

    #300412 Reply

    dont panic.. be cool… you will get the path…

    #300413 Reply

    did you get the sol??

    #300414 Reply

    no now i have to come

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: configuration

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