How to fill a form

Yu-Xi Lim yuxi at ece.gatech.edu
Mon Aug 14 23:56:02 EDT 2006


Sulsa wrote:
> but i don't know how to post these data if i knew there there would
> be no topic.

http://docs.python.org/lib/module-urllib.html

You want to look at urlopen and urlencode.

But if you mean you don't know what fields and data to use, then you 
need a HTML reference, not a Python one.



More information about the Python-list mailing list