in reply to
Win32::IE:: Mechanize click_button; no form
For the archives:
The key to solving this was:
$ie->get('javascript:functionToExecute()');
which executes the javascript in the context of the current page (basically how bookmarklets work).
Comment on
Re: Win32::IE:: Mechanize click_button; no form
Download
Code
In Section
Seekers of Perl Wisdom