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?
I don't think its possible without actually getting the users consent - imagine a solution where a website could get the phonenumber of any smartphone without the client allowing it? Sounds like a great start for a malicious use.
Your only possibility, besides building a web app to which the still has to insert his phonenumber manually, is embracing the fact that you reached a barrier that has been put there for your (and everyone else's) security and privacy.