i use this code

function call() {
  
 $.getJSON("http://localhost:8080/search/get_matched?model=hr.employee&text=&login_action=login&db=Human_Resources&user=admin&password=0000",
   function(data){
          alert(data);
        });
    }


it alert = null 

i don't know how to get json but i try capture packet with wireshark it has 
response like JSON.

how can i get that JSON response from my php coding


thank u,
pongpat




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=60389#60389

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to