Allen and Andrew

Thank you very much for your help. I have never used REBOL before so your
assistance is much appreciated

Chris Steele
----- Original Message -----
From: "Allen Kamp" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 07, 2000 10:48 PM
Subject: [REBOL] Re: Question on searching


>
> ----- Original Message -----
> From: "Andrew Martin" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, November 08, 2000 12:41 PM
> Subject: [REBOL] Re: Question on searching
>
>
> > Chris Steele asked:
> > > Is there a way to enter information into a web page using rebol for
> > example to; Select from a select list on a web page enter your name and
> > select a go button to generate a search. For example if you wanted to
> > automate a query function to a specific web site.
>
> For Forms that require POST for submission. Use read with the custom
> refinement.
>
> print read/custom http://babelfish.altavista.com/translate.dyn reduce
['POST
> {text=REBOL+Rules&lp=en_fr}]
>
> Cheers,
>
> Allen K
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to