[Zope] Accessing the id attribute of an input element

Asad Habib ahabib at engin.umich.edu
Mon Jul 26 10:22:08 EDT 2004


Hello. Is there a way to access the value of the id attribute of an input
element? I have an input element which serves as a submit button for a
form. The following is my code:

<input type="submit" id="button1" name="button" value="Add" />

I know how to access the value of the button but is there a way to access
the value of the id attribute using REQUEST.form? Any help would be
greatly appreciated. Thanks.

- Asad


More information about the Zope mailing list