i am designing a project in **phonegap** with android.
我有两个文本框,其中ID是id和密码。现在我想知道如何使用url发送这些文本框的值。
for one parameter i have done it successfully as follows.
**url: 'http://192.168.1.214/sample/dologin.php?id='+id**
but i dont know how can i send two argument. second argument is password. Please suggest me what should i do..?
答案 0 :(得分:2)
'http://192.168.1.214/sample/dologin.php?id='+id+'&password='+yourpassword