Thanks for the response Yuri. Your command string works perfectly. I'm starting to realize that unless I'm a coder (which I'm obviously not), there's probably no way to create my own custom strings for other various sites I might want to create, following some formula, is there?
I tried to create another custom string for a Google Image search:
Code:
http://images.google.com/
trying variations of your Wikipedia string, the strings in the presets, strings taken from the address bar of a manual google image search, reading the source code of manual searches, etc. All failed miserably.
Try not to laugh too hard at a small sample of my amateurish attempts:
Code:
http://images.google.com/Special:Search?search=%s&go=Go
http://images.google.com/images?q=
http://images.google.com/imghp/Special:Search?search=%s&go=Go
http://images.google.com/imghp/Search?search=%s&go=Go
http://images.google.com/search?q=%s&ie=utf-8&oe=ut
http://images.google.com/search?q=%s&ie=go
http://images.google.com/search?q=go
http://images.google.com/search?q=
http://images.google.com/search?q=/Special:Search?search=%s&go=Go
http://images.google.com/images?hl=en&q=acadia&gbv=2
http://images.google.com/images?hl=en&q=
http://images.google.com/imghp?hl=
http://images.google.com/imghp?hl=/Special:Search?search=%s&go=Go
So....assuming there's no magic formula for creating my own command strings, would you please code this last one for me (Google Image search)?
Thanks for your time.
Cheers