CGI - Hidden Fields (NS4.7/IE5)

Oleg Broytmann phd at phd.russ.ru
Mon Mar 20 08:28:42 EST 2000


On Mon, 20 Mar 2000, Tamer Fahmy wrote:
> A hidden line in my CGI-script looks like this:
> <input type="hidden" name="EXPIRED">
> and I use method="post" in my form tag.
> 
> Any hints? 

<input type="hidden" name="EXPIRED" value="">

Oleg.
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd at phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list