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 ([EMAIL PROTECTED]) wrote:
> Jeff wrote:
> > So let's say you construct a form out of ALL hidden type fields. And you
> want to submit it without the user having to press anything. Meaning you
> want to somehow let the script "Press the Submit button" for this invisible
> form.
> 
> > How to do that?  Any ideas?
> 
> This sounds like a job for JavaScript on the HTML form page.
> 
> Or have I totally mis-interpreted your intent?
> 
> Andrew Martin
> Who's been playing with View and browsing (scrying) datatypes...
> ICQ: 26227169
> http://members.nbci.com/AndrewMartin/
> -><-
> 
> 
> 

Reply via email to