Hidden CGI fields in HTML

Skip Montanaro skip at mojam.com
Tue Aug 10 10:39:27 EDT 1999


    Ian> I am using CGI with Python and am trying to find a way that I can
    Ian> generate the HTML for a form such that one of the INPUT controls
    Ian> will have a fixed value (set when the page is generated by a
    Ian> previous CGI script), that CANNOT be edited by the user (or
    Ian> prefereably not even seen) - but will be passed to the next CGI
    Ian> script.

<input type=hidden name=spam value=eggs>

Skip Montanaro	| http://www.mojam.com/
skip at mojam.com  | http://www.musi-cal.com/~skip/
847-971-7098




More information about the Python-list mailing list