On Thu, Dec 17, 2009 at 3:34 AM, shrini <tshriniva...@gmail.com> wrote:

> Hi,
>
> I am trying to scrap the website 'http://service.ringcentral.com'
>
> It has a form with three input boxes.
>
> When trying to get the form with mechanize, it is throwing the
> following error.
>
> mechanize._mechanize.FormNotFoundError: no form matching name 'login'
>
> but, the page has the form with name "login".
>
> This form is submitted by javascript.
>


  Though i am not sure,i think posting values via urllib  could help .

   Also you may find it useful,


http://stackoverflow.com/questions/1806238/mechanize-python-click-a-button



-- 
Regards,
S.Selvam
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to