Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Launch SMS from a mobile browser [duplicate]

Tags:

mobile

Possible Duplicate:
Sending an SMS from mobile browser

Is it possible to launch SMS/Texting application from a link in a website on a mobile browser? I doubt it's possible globally, but maybe it's possilbe for certain subsets (Blackberry, Windows Mobile, Google Android, etc etc), which we can detect and display.

like image 357
Roy Rico Avatar asked Apr 03 '09 22:04

Roy Rico


1 Answers

You can use wap wtai primite: <a href="sms:1234567?body=hello world">Send SMS</a>. It runs on great majority of browsers.

like image 113
fravelgue Avatar answered Sep 29 '22 20:09

fravelgue