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).