I'm looking for a method to send an SMS from a mobile browser. Currently I have a link:
<a href = 'some thing..'>Send SMS to Me</a>
The idea is, if the user clicks on the above link, a SMS is automatically sent to my phone, from the user's phone.
Note : I had tried <a href = 'sms:9xxxxxx?body...'>
but its asks the user to confirm if they want to send an SMS. Does anyone have any ideas for this?