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

Using REBOL Forms with CGI ?

 [1/4] from: kpeters-vu:ware at: 2-Feb-2006 15:40


Hi guys ~ Carl talks about .... CGI also works well for forms that are created in REBOL. In fact, by using REBOL's graphical user interface you can create forms that are more dynamic and can be validated before sending them to the server (resulting in better performance and less traffic on your server and network). .... here: http://rebol.com/docs/cgi2.html#section-7 Is this just referring to having a REBOL GUI form and sending CGI query strings from it and viewing results in HTML or is there more to it and what? TIA, Kai

 [2/4] from: AJMartin::orcon::net::nz at: 3-Feb-2006 6:14


> here: http://rebol.com/docs/cgi2.html#section-7 > > Is this just referring to having a REBOL GUI form and sending CGI query > strings > from it and viewing results in HTML ...
Yes. Rebol as the client and a webserver + software responding to CGI. AJ Martin Auto-surfing for 4% daily at: http://www.surfmunkee.com/?ref=7295 E-Gold: http://2255725.e-gold.com/

 [3/4] from: volker:nitsch:gma:il at: 3-Feb-2006 15:45


On 2/3/06, A J Martin <AJMartin-orcon.net.nz> wrote:
> > here: http://rebol.com/docs/cgi2.html#section-7 > > > > Is this just referring to having a REBOL GUI form and sending CGI query > > strings > > from it and viewing results in HTML ... > > Yes. Rebol as the client and a webserver + software responding to CGI.
Except of the "viewing results in HTML". The results are displayed in rebol to. And with post instead of query-strings you can send unlimited data, like files.
> AJ Martin > Auto-surfing for 4% daily at:
<<quoted lines omitted: 4>>
> To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject.
-- -Volker Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem. David Wheeler

 [4/4] from: fergus4::bellatlantic::net at: 3-Feb-2006 11:13


When you say "using rebol's graphical user interface" are you suggesting using the PlugIn for rebol?

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted