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 :