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..
- read-io system/ports/input data: make string! 2000 2000
What would I change if I wanted to use the POST vs. GET ?
/john
