O.P. Google Searcher
Okay so I was thinking of making a script but I am an utterly complete noob at this type of scripting.
I was thinking for a first script for making a google searcher, seems simple enough all I should have to do is just find the google url for searching(http://www.google.co.uk/search?hl=en&q=TEXT GOES HERE) so you could do for example:
/gsearch Frogs
and it would search google for Frogs?
I know in actionscript you would say:
getURL("http://www.google.co.uk/search?hl=en&q=" + text you typed);
but hmm yeah just wondering?
This post was edited on 03-24-2007 at 11:22 AM by Ashylay.
|