I have searched google forever and all I find is different ways to save files to local disc - most of them of "Intermediate" or "advanced" level.
My problem is, I'm trying to write a javascript function to save, say, data from the link http://localhost/Georg/api/stopareas/single/1035
in either Excel or XML format on the local disc. All the examples I have tried to use did not really help much.
Need some pointers on how to do this using JS.