Blog Stats
  • Posts - 132
  • Articles - 0
  • Comments - 28
  • Trackbacks - 0

 

Sending SMS in iPhone Web App

I was just chatting to a friend of mine (Hello John), about sending SMS from an iPhone.    We talked about instigating an SMS from a mobile web-page.

This is of course possible, with an HTML tag like -

<A HREF=”SMS:2323232232”/>TXT ME</A>

 

Note, you can’t put any spaces in the phone number.   Also you can’t do <A HREF=”SMS:2323232232?BODY=some%20message”/>TXT ME</A> which is a bit of a shame.

We have been making use of this for some time, on mobile portals.  See below :

 

image

Technorati Tags: ,
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Feedback

# re: Sending SMS in iPhone Web App

Gravatar There is no other way to prefill the body? Need it as well 9/11/2009 4:58 AM | Matthijs

Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

 

 

Copyright © Richard Jones