Alex -

> 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)

I think you have a typo in your tip.  Shouldn't be a space between "revGo" 
and "URL".  "revGo URL" should be "revGoURL".  Other than that it works 
beautifully.


-James





Alex Tweedly <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
02/28/05 04:56 PM
Please respond to How to use Revolution
 
        To:     How to use Revolution <[email protected]>
        cc: 
        Subject:        Re: Question about Google search


[EMAIL PROTECTED] 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

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to