I'm working with a company whose web-based reporting tool has just been changed to use quite a lof of javascript. I had previously automated the downloading of a data export by calling the onclick event of a button.

My problem now is that calling the onclick event (Button 1 below) only opens an intermediate "pane" which allows me to configure the export before generating the export file (Button 2 below). The fields on that pane don't seem to be available in the source code of the "background" page, and I cant find how to automate the configuration of this "intermediate pane". I assume it is raised via javascript using the below code.

Please Login or Register  to view this content.
Capture.JPG

So how do I use this information to track down the fields on the above pane, and automate the call from VBA to the above fields and then hit button 2?

kind regards
Guy