Hi Mike,
One of the following two options is what you need:
1 -
http://www.exelisvis.com/docs/IDLnetU...
Basically, you will need to use the IDLnetURL class to create the objets needed to get data from URL addresses.
See that at the end there is a reference to an example code:
Example Code: See idlneturl_widget.pro, located in the examples/doc/objects subdirectory of the IDL distribution, for the example code listing. View the file in an IDL editor window by entering .EDIT idlneturl_widget.pro. at the IDL Command Line.
That code is to do ftp though, I belive.
But in your case, what you will need to use is the HTTP functionality of the IDLnetURL class. See that that functionality allows you to "Issues Get requests to retrieve data from a remote HTTP server and place it in a buffer or file."
2- or, less recommended, could be to use the following example routine:
http://www.exelisvis.com/Support/Help...
I hope this helps.
Cheers
Fernando