This is dead easy for iOS, Android and even BlackBerry OS by just using the sms:
prefix in your href attribute, like so:
<a href="sms:0046730123456">Send an SMS to +46 73 012 34 56</a>
This launches the SMS application with the number pre-filled on previously mentioned platforms. But on WP7.5 using Internet Explorer, we get an error saying that the URL scheme is not supported. Someone online hinted at smsto:
but that didn't work either.