Re: How can i find the form name without "nr=0"

2007-11-07 Thread scripteaze
On Nov 7, 1:35 pm, [EMAIL PROTECTED] (John J. Lee) wrote: > alex23 <[EMAIL PROTECTED]> writes: > > On Nov 6, 8:56 am, scripteaze <[EMAIL PROTECTED]> wrote: > >> Is it possible then to have a form with no name and if so, how can i > >> access this form > > > Hey scripteaze, > > > I'm not sure about

Re: How can i find the form name without "nr=0"

2007-11-07 Thread John J. Lee
alex23 <[EMAIL PROTECTED]> writes: > On Nov 6, 8:56 am, scripteaze <[EMAIL PROTECTED]> wrote: >> Is it possible then to have a form with no name and if so, how can i >> access this form > > Hey scripteaze, > > I'm not sure about mechanize, but you might have more success using > another one of the

Re: How can i find the form name without "nr=0"

2007-11-06 Thread thebjorn
On Nov 5, 6:05 pm, scripteaze <[EMAIL PROTECTED]> wrote: [...] > Well, i wasnt sure if you could have a form without a form name, i was > just thinking that it had one but maybe hidden and that i could > retrieve it I see you've got the answer you wanted already, but just for completeness: the fol

Re: How can i find the form name without "nr=0"

2007-11-05 Thread scripteaze
On Nov 5, 6:33 pm, alex23 <[EMAIL PROTECTED]> wrote: > On Nov 6, 8:56 am, scripteaze <[EMAIL PROTECTED]> wrote: > > > Is it possible then to have a form with no name and if so, how can i > > access this form > > Hey scripteaze, > > I'm not sure about mechanize, but you might have more success using

Re: How can i find the form name without "nr=0"

2007-11-05 Thread alex23
On Nov 6, 8:56 am, scripteaze <[EMAIL PROTECTED]> wrote: > Is it possible then to have a form with no name and if so, how can i > access this form Hey scripteaze, I'm not sure about mechanize, but you might have more success using another one of the author's modules, ClientForm: http://wwwsearch

Re: How can i find the form name without "nr=0"

2007-11-05 Thread scripteaze
b> > Well, i wasnt sure if you could have a form without a form name, i was > > just thinking that it had one but maybe hidden and that i could > > retrieve it > > How hidden? HTML source is ... THE source. there is nothing hidden in there. > Is it possible then to have a form with no name and if

Re: How can i find the form name without "nr=0"

2007-11-05 Thread Diez B. Roggisch
> > Well, i wasnt sure if you could have a form without a form name, i was > just thinking that it had one but maybe hidden and that i could > retrieve it How hidden? HTML source is ... THE source. there is nothing hidden in there. Diez -- http://mail.python.org/mailman/listinfo/python-list

Re: How can i find the form name without "nr=0"

2007-11-05 Thread scripteaze
On Nov 5, 8:52 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > scripteaze wrote: > > Im using mechanize method for retrieving the form so that i may log > > into it. I need to find a way to get the form name. Its not listed > > anywhere in the html source.The reason i need to do this is because

Re: How can i find the form name without "nr=0"

2007-11-05 Thread Diez B. Roggisch
scripteaze wrote: > Im using mechanize method for retrieving the form so that i may log > into it. I need to find a way to get the form name. Its not listed > anywhere in the html source.The reason i need to do this is because im > tryin not to use the for loop below. Someone told me that the form

How can i find the form name without "nr=0"

2007-11-05 Thread scripteaze
Im using mechanize method for retrieving the form so that i may log into it. I need to find a way to get the form name. Its not listed anywhere in the html source.The reason i need to do this is because im tryin not to use the for loop below. Someone told me that the form name should be listed in t