Thank you.
On Sat, Dec 27, 2008 at 8:39 PM, Gabriel Genellina
wrote:
> En Sat, 27 Dec 2008 21:54:02 -0200, alex goretoy <
> aleksandr.gore...@gmail.com> escribió:
>
> How do I make a class for retrieving all forms and input fields on a web
>> page. Meaning, form name, form url,all input fields,
En Sat, 27 Dec 2008 21:54:02 -0200, alex goretoy
escribió:
How do I make a class for retrieving all forms and input fields on a web
page. Meaning, form name, form url,all input fields,
text,textarea,select,etc...I have something currently and it kinda
I'd use BeautifulSoup: http://pypi.pyth
Hello All,
How do I make a class for retrieving all forms and input fields on a web
page. Meaning, form name, form url,all input fields,
text,textarea,select,etc...I have something currently and it kinda works. It
also kinda works for retrieving all images on webpages. My main concer here
is to ma