| Version 1.9 Build 1556
|
|
Next: pickhtml
Up: Central services
Previous: help2tex
Subsections
parseform
Decode HTML forms output.
eval `parseform`
parseform decodes the output from an HTML form reporting it on
stdout in a format suitable for eval'ing into the environment
in a Bourne shell CGI script. Both the GET and POST
methods of HTML form output are supported.
None.
- parseform only works when called from a CGI script. Note
that the form output generated by the POST method appears on
stdin and parseform consumes this. Form output generated by
the GET method is obtained from environment variable
QUERY_STRING.
- parseform is implemented as a perl script.
Status return values
0
: success
scanpick uses the following to get and parse the form output generated
by pickhtml:
# Get the form output.
eval `$MSTRETCD/parseform`
Section §13.2, AIPS++ email exploders.
pickhtml (p), AIPS++ HTML form generator for scanpick.
scanpick (p), AIPS++ HTML interface to pick.
Decoding FORMs with CGI.
Original: 1996/05/21 by Mark Calabretta, ATNF
Next: pickhtml
Up: Central services
Previous: help2tex
  Contents
  Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc.,
Washington, D.C.
Return to AIPS++ Home Page
2006-10-15