send SMS from WAP page
- by user217069
This question is related to sending an SMS from a link in a WAP page?
Historically I have used sms: which has worked on SonyEricsson, Nokia and other such 'legacy' devices. An example of the mark-up would be;
<a href="sms:0123456789?body=test%20message">send</a>
I am aware that i-phone does not allow you to specify the body. If the…