Re: Fwd: click_button gives error on a existing button

2006-12-29 Thread Tatiana Lloret Iglesias
Hi again, yes, I have this line: my $browser2 = WWW::Mechanize->new(autocheck => 1); where I initilize browser2 variable The strange thing is that in the following while, when I print browser2 content everything seems to be allright , Next 25 records button exists in the html but .. it fails when

Re: Fwd: click_button gives error on a existing button

2006-12-28 Thread Owen
On Thu, 28 Dec 2006 09:53:05 +0100 "Tatiana Lloret Iglesias" <[EMAIL PROTECTED]> wrote: > Thanks Owen, > but in this case, inspecting the html page i see that the button hasn't got > NAME attribute but only VALUE that's why i've used value command. > The strange thing is that to pass from page 1

Fwd: click_button gives error on a existing button

2006-12-28 Thread Tatiana Lloret Iglesias
Thanks Owen, but in this case, inspecting the html page i see that the button hasn't got NAME attribute but only VALUE that's why i've used value command. The strange thing is that to pass from page 1 to page 2 it works but to pass from page 2 to page 3 it fails ... although the code is the same