I'm trying to capture data from a web site via an Excel web query, and everything seems to work, except for the very last step. I am not a javascript expert at all (Excel is more my field) so apologies if my description is inaccurate.
In the Excel web query, I specify the address of the web page, as well as the parameters for the javascript form. That all seems to work fine. However I cannot get the form "submit" itself and actually load the data I want to capture. Is there a way to get that to happen by adding something to the url?
This is the url to the form itself:
http://www.bmreports.com/servlet/com....bwp_PanBmData
This is an example url I use to enter the parameters:
http://www.bmreports.com/servlet/com...06-14¶m6=*
(Sorry, long url - you might have to copy-paste)
Would be very grateful for any help!