Search Results

3
votes
3answers
426 views

How do I download javascript string as a file

Application requests KML data through AJAX from server. This data is stored in javascript variables, and displayed in Google Earth plugin. In javascript, how do I provide a link to downl …
4
votes

How to create a GUID / UUID in Javascript?

A web service would be useful. Quick Google found: http://www.hoskinson.net/GuidGenerator/ Can't vouch for thi …