in reply to Click on Radio Button by www::Mechanize [All buttons have same "value" but different "id" and "Onclick" Value.]

WWW::Mechanize does not support Javascript, and the documentation tells you so in no uncertain terms.

Maybe you want to use WWW::Scripter or Win32::IEAutomation instead, or WWW::Mechanize::Firefox? They all have support for Javascript.

  • Comment on Re: Click on Radio Button by www::Mechanize [All buttons have same "value" but different "id" and "Onclick" Value.]