Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Playing with the querystring' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Playing with the querystring
Authored by: Lectrick on Aug 05, '05 11:00:18AM
http://sms.toolbar.google.com/send/sms?client=unknown&numsms=1234567890&carriersms=TMOBILE&msgsms=test&sendsms=Send+message

That's the URL it fires off.

You could easily stick this into a Sogudi shortcut that takes a parameter, after which you could theoretically do cool stuff like:
sms Text to send to my phone
right from the Safari address bar.
Or make a different shortcut for your significant other like
girlfriend Can't wait to ::censored:: you later
Heck, why stop there?
mom Mom, please stop calling, I'm trying to concentrate

The site is down for me this morning also, however.

---
In /dev/null, no one can hear you scream

[ Reply to This | # ]

MODERATOR! d'oh
Authored by: Lectrick on Aug 05, '05 02:02:07PM

good Lord, I left my own private # in that post. Can someone please replace with XXX's?

---
In /dev/null, no one can hear you scream



[ Reply to This | # ]
MODERATOR! d'oh
Authored by: lipids on Aug 05, '05 04:43:02PM

Expect many late night drunken calls from me.

muhahahaha!!!!



[ Reply to This | # ]
Playing with the querystring
Authored by: lukearts on Aug 06, '05 02:22:20AM
you could just use javascript and put the link in your bookmarkbar
javascript:void(q=prompt('Enter%20your%20Message:'));if(q)void(location.href='http://sms.toolbar.google.com/send/sms?client=unknown&numsms=0123456789&carriersms=MOBILE&msgsms='+escape(q)+'&sendsms=Send+message')
change the "0123456789" to the number and "MOBILE" to the carrier, you can have multiple bookmarks, name them "message wife" etc

[ Reply to This | # ]