in reply to Accessing a button without a form name

You are using the term button, but this isn't an HTML button, its a div, so its not surprising that Win32::IE::Mechanizes click_button method doesnt work. In your previous question you were provided with some advice including reading Using WWW::Selenium To Test Or Automate An Ajax Website which IMHO would be worth your while reading.

Update: Fixed typo.

Martin