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

[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&amp;var2=blah&amp; ...<br> format<br> <br> I found this code in the new DOC yet it doesn't seem to work:<br> <br> Authdata: &quot;a=1&amp;b=2&amp;c=3&quot;<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 &quot;Press the Submit button&quot; for this invisible<br> form.<br> <br>
> How to do that?&nbsp; 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>