Convert ASP Request to sequence (PythonWin)

Dirk Leas dirkl at home.com
Fri Oct 15 11:38:20 EDT 1999


I've installed PythonWin and am trying to do some python scripting w/n ASP.
If you know the form field by name, something like "name =
str(Request("name"))" works great. How do you access Request fields if you
don't know their name -- say you wanted to write a generic dump script that
would dump all the field names and values? Seems like there would be a way
to coerce the COM Request into some type of python sequence. Anybody know
the "secret racoon handshake"?

Thanks
D


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/19991015/3a8cf2d6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tech.gif
Type: image/gif
Size: 862 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/19991015/3a8cf2d6/attachment.gif>


More information about the Python-list mailing list