can't get cgi values

Paul McGuire ptmcg at austin.rr._bogus_.com
Mon Nov 27 13:41:23 EST 2006


form("citation").value

Is form some form of dict?  If so, then this should be something like:

form["citation"]

If not, then maybe value is a function, requiring ()'s to actually invoke 
it.

-- Paul 





More information about the Python-list mailing list