On Aug 21, 3:29 pm, wdoerner <[email protected]> wrote:
> I know there are security concerns, but that doesn't answer my
> question.  Assume the client wants to generate the TXT or CSV, but
> doesn't want to have to click a button.  Are there any javascript
> examples anybody can point me toward?

The security concerns mean that it's not possible for client-side
Javascript to create or modify client-side files by itself.

You can force it to happen by requesting and sending a file from a
server with the "Content-type" and "Content-disposition" headers set
appropriately, and I suppose that a web page could issue such a
request without user interaction. The user would receive a "File save"
dialog to specify where the file was to be saved.

I don't know of any examples though.

Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to