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: 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 | # ]