in reply to Re: Clicking on a button without a form using Win32::IE::Mechanize
in thread Clicking on a button without a form using Win32::IE::Mechanize

Hi,


IE does not show any error. I tried using the name parameter but it's not working. I even tried other buttons in the fieldset class but of no use.
  • Comment on Re^2: Clicking on a button without a form using Win32::IE::Mechanize

Replies are listed 'Best First'.
Re^3: Clicking on a button without a form using Win32::IE::Mechanize
by vitoco (Hermit) on Sep 21, 2009 at 13:47 UTC

    Are other buttons or links with onclick="javascript:xxx('yyy');" working? I mean, not from this fieldset, but from the same page ...

    I suspect that javascript is not working.