Though there are many implementation variations, the bottom line is that you want to do something like the following (just a sample, not real code, fill in your own server, cgi program, args and vals per what your cgi program is expecting to receive): baseurl: "http://server.com/cgi-bin/action.cgi" ;fill in your own arguments: "?arg1=val1&arg2=val2&arg3=val3...&argn=valn" ;use your names/values url: to-url join baseurl arguments ;this creates what is sent to your cgi pgm reply: read url ;this reads any reply that comes back you may then print reply, parse it, save it, as needed. Russ -------- At 06:57 PM 11/15/99 +0100, you wrote: >Hi all, > >does anybody now how I can use Rebol to load a page that iss >returned by a cgi script that uses the post method to obtain >it's parameters? I'd like to automate some cgi queries. > >Thanks, > >Tom > > >
