[REBOL] Re: Question on searching
From: allen::rebolforces::com at: 8-Nov-2000 13:48
----- Original Message -----
From: "Andrew Martin" <[Al--Bri--xtra--co--nz]>
To: <[rebol-list--rebol--com]>
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