When using the HTMP <FORM ACTION="/cgi-bin/appl1.r" METHOD=GET>

I extract data like  this:

*********************************
cgi: make object! decode-cgi system/options/cgi/query-string
read-io system/ports/input data: make string! 2000 2000
write %form.html reduce [
    <html><body><HI STYLE="page-break-after:always">
    <CENTER><h2>"K.B.I. Application"</h2></CENTER><H5>

   "Name:"   cgi/name

etc.  etc..
*********************************

What would I change if I wanted to use the POST vs. GET ?

/john

Reply via email to