Is there any way to retrieve the type(checkbox,radio...) of the form
field from cgi.FieldStorage. I tried something like form['name'].type,
but this field seems to be None for all the form fields
--
http://mail.python.org/mailman/listinfo/python-list
even better any of the existing tools for
doing this...)
Ajar
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
Using urllib2,ClinetForm and ClinetCookie modules I have logged into my
ISPs web site and managed to fetch the first page. Now, on this page
there is this link:
Service
Records
I need to click this link from python code. How do I do it? check(4) is
the following javascript function:
---
I want to write a program which will automatically login to my ISPs
website, retrieve data and do some processing. Can this be done? Can
you point me to any example python programs which do similar things?
Regards,
Ajar
--
http://mail.python.org/mailman/listinfo/python-list