"ej" wrote:
>
>I'm not seeing how to get at the 'name' attribute of an HTML element.
>
>form = cgi.FieldStorage()
>
>gives you a dictionary-like object that has keys for the various named
>elements *within* the form...
>
>I could easily replicate the form name in a hidden field, but there ought t
ej wrote:
> I'm not seeing how to get at the 'name' attribute of an HTML element.
>
> form = cgi.FieldStorage()
>
> gives you a dictionary-like object that has keys for the various named
> elements *within* the form...
>
> I could easily replicate the form name in a hidden field, but there ought t
I'm not seeing how to get at the 'name' attribute of an HTML element.
form = cgi.FieldStorage()
gives you a dictionary-like object that has keys for the various named
elements *within* the form...
I could easily replicate the form name in a hidden field, but there ought to
be some way to get d