Le 02/07/2013 16:59, jose llopis a écrit :
> $(document).ready(function(){
>     $("#loginButton").each(function(){
>         this.onclick=logon;
>     });
> });
>
> function logon()
> {    
>         $.ajax({
>              url:"http://127.0.0.1/webappServer/login.php";,
>              type:"POST",
>
>
>

There is no HTTP server on the device, I guess that's your problem ?

What do you try to do ?

-- 
Julien

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to