mo.notono.us

Friday, October 19, 2007

How to send arbitrary text through Google SMS

<html>
<head><title>SMS</title></head>
<body onload='document.getElementById("smsform").submit();'>
<form id='smsform' method='POST'  target='foo' action='http://www.google.com/sendtophone'>
<input type='hidden' name='text' value="Testing 1-2-3"/>
<input type='hidden' name='client' value="navclient-ffsms"/>
<noscript><input type='submit' name='&gt;'/></noscript>
</form>
<iframe name='foo' width='420' height='500' />
</body>
</html>

Labels: , ,

0 Comments:

Post a Comment

<< Home