|
Greenbeard
greenbeard400 at yahoo.com
Sun Aug 10 12:40:33 EST 2003
I am having trouble getting some info from the
req.form variable.
I have a form with <input> tags like
<input type="text" name="ID" value="" size="40"
maxlength="255">
now I can get the field name and the value easily
using something like :
for field in form.keys():
value = form.__getitem__(field)
etc
but I can not seem to get the type or size or any
other input tag variables. To me it looks like this is
not supported by mod_python or am I just not going
about it correctly?
Thanks,
gb400
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
|