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='>'/></noscript>
</form>
<iframe name='foo' width='420' height='500' />
</body>
</html>
Labels: experiment, google, howto
0 Comments:
Post a Comment
<< Home