type of form field

2005-11-28 Thread Ajar
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

web interface

2005-11-07 Thread Ajar
even better any of the existing tools for doing this...) Ajar -- http://mail.python.org/mailman/listinfo/python-list

open links in a html page

2005-08-16 Thread Ajar
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: ---

writing a web client

2005-07-29 Thread Ajar
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