Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Grabbing Web Page data

From: gchiu:compkarori at: 29-Oct-2001 13:02

> Firstly how do I get a Rebol script to send the data and > format selection > options? The html source for form looks like form action > is a script using > method=post - does this mean I need to use POST?
You need to use read/custom to post data to the form. -- Graham Chiu