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

[REBOL] Script Controlled POST? Re:(2)

From: rishi::picostar::com at: 8-Oct-2000 11:29

I remember reading something in user manual (under networking chapter) regarding sending post/submit messages to the cgi script via rebol. Are you trying to view a web page which requires user-name/password through rebol? I think you should look at the html of the web page and find out what the post or submit command does (look at the javascript onclick or onsubmit event). Use the same command with the REBOL post command and it should return you the site. You can then parse the site to get any information you need. I haven't actually tried this, but will try it when I have time... Rishi Previously, you ([Al--Bri--xtra--co--nz]) wrote: