i want to make a call the no. fetched from database bt query to label, by clicking on the lable.
window.location.href='tel:' + 8805693250;
i used above code for a particular no.
how to call fetched no.
i want to make a call the no. fetched from database bt query to label, by clicking on the lable.
window.location.href='tel:' + 8805693250;
i used above code for a particular no.
how to call fetched no.
Hello,
This should help https://getsatisfaction.com/apperyio/...
will u please read my question.
just do not throw the stones here and there
Our documentation and tutorials: http://docs.appery.io show you to store and read data from a database or any other REST APIs. Once you retrieved the phone number, you would put the call as you have above to call the number.
if the documentation and tutorials are there, the what is the need of support people? i had gone through many pages from appery.io and then wrote to support.
pl. be clear...
or otherwise need not to reply.
is there any other support person who can help me?
If you want to show us what specifically you have tried and what doesn't work, we will be glad to help you.
We got plenty of tutorials that show to read data from the database: http://docs.appery.io/tutorials/#Data...
The steps are petty simple:
Run JavaScript to read the value (the phone number) and execute the line of code that you have above
the last step is not working with popup page
As I mentioned above, unless you can show us exactly what you tried and what doesn't work -- it's very difficult for us to hep you.