[REBOL] Script Controlled POST? Re:(2)
From: jr:brainbyte at: 8-Oct-2000 18:07
<html>
No the idea is I have a rebol cgi running<br>
<br>
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.<br>
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.<br>
Once the data is found valid, the data needs to be submitted via POST to
the 3rd party server.<br>
WITHOUT having the user press yet another button.<br>
<br>
data is in: var1=blah&var2=blah& ...<br>
format<br>
<br>
I found this code in the new DOC yet it doesn't seem to work:<br>
<br>
Authdata: "a=1&b=2&c=3"<br>
<font face="Times New Roman, Times">read/custom
<a href="https://developer.skipjackic.com/scripts/EvolvCC.dll?Authorize" eudora="autourl">https://developer.skipjackic.com/scripts/EvolvCC.dll?Authorize</a>
[post Authdata]<br>
<br>
any ideas?<br>
<br>
<br>
<br>
<br>
</font>At 02:55 AM 10/8/2000 -0800, you wrote:<br>
<blockquote type=cite class=cite cite>Jeff wrote:<br>
> So let's say you construct a form out of ALL hidden type fields. And you<br>
want to submit it without the user having to press anything. Meaning you<br>
want to somehow let the script "Press the Submit button" for this invisible<br>
form.<br>
<br>
> How to do that? Any ideas?<br>
<br>
This sounds like a job for JavaScript on the HTML form page.<br>
<br>
Or have I totally mis-interpreted your intent?<br>
<br>
Andrew Martin<br>
Who's been playing with View and browsing (scrying) datatypes...<br>
ICQ: 26227169<br>
<a href="http://members.nbci.com/AndrewMartin/" eudora="autourl">http://members.nbci.com/AndrewMartin/</a><br>
-><-</blockquote></html>