No the idea is I have a rebol cgi running

Now, in the code, there is an IF, one of the paths needs to send a bunch of form data to a 3rd party server.
The user has already submitted, the cgi which is running is used to check all data to make sure it is valid before sending on.
Once the data is found valid, the data needs to be submitted via POST to the 3rd party server.
WITHOUT having the user press yet another button.

data is in: var1=blah&var2=blah& ...
format

I found this code in the new DOC yet it doesn't seem to work:

Authdata: "a=1&b=2&c=3"
read/custom https://developer.skipjackic.com/scripts/EvolvCC.dll?Authorize [post Authdata]

any ideas?




At 02:55 AM 10/8/2000 -0800, you 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