Thanks Mike
There is obviously room for some trial and error along this path.
So far it works ok with Google. Yesterday I tried Kartoo and Lycos with
no success.
Just tried Yahoo - you have to be specific with the address and change
'q' to 'p':
launch 'http://search.yahoo.com/search?p=Alerter'
Esbjörn
MikeB wrote:
The string you pass to the launch command for Google search. If the string has
spaces in it (such as customer Name like "James Smythe"), In my testing, if an
_Exact_ match was required (enclosing the search string in double quotes)
required the replacement of the space between "James" and "Smythe" with the %20
(URL hex encoding for space char), so my launch command might look like:
Launch 'http://www.google.com/search?as_q="James%20Smythe"'