Push a Button

I am scraping http://www.realtor.com/ and the first time a user logs in it has a popup screen that asks the user to push a button verifying their country. That button calls a javascript that registers the user's ip and then sets a cookie. I tried to use the proxy server, but I couldn't figure out how to make screen scraper replicate the button push. Please help.

I recently made a scrape for

I recently made a scrape for realtor.com and saw that too. I just detected if that came up, and requested my same page again (like I'd clicked 'cancel') and it worked.