Question about Google search
Alex Tweedly
alex at tweedly.net
Mon Feb 28 16:56:23 EST 2005
Stgoldberg at aol.com wrote:
>I wonder if anyone can help me with this question:
>I have created a field in Revolution which is programmed to continually
>change its content. At anytime the user can click on a "Google" button in the
>program, in which case Revolution copies the contents of the field and goes to
>Google using the command:
>
>revGoURL "http:///www.google.com"
>
>The user can then paste the field's content into the Google Internet search
>field and do a search. The question is whether or not this can be done more
>efficiently. Is it possible within Revolution to simple click on the
>"Google" button and do the Google search without the intermediate pasting step?
>
>
revGo URL "http://www.google.com/search?q=mysearch"
or perhaps
put field "GoogleSearch" into mySearchString
revGo URL ("http://www.google.com/search?q=" & mySearchString)
--
Alex Tweedly http://www.tweedly.net
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.5.1 - Release Date: 27/02/2005
More information about the use-livecode
mailing list