Julia wrote:
I need to write a program what can do two things:
1) get data from the website
2) send information from a textfield (e.g. like a google search)
I presume you want to automatically submit a form?
For both see
http://docs.python.org/lib/node577.html
Forms are submitted by either GET or POST. Examine the HTML of the form
to see which.
--
Bob Gailer
919-636-4239 Chapel Hill, NC
_______________________________________________
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor