Hi,

 I have 2 questions:
1)I would like to create a slot to browse the directories so that I
can choose
where to save the data file at. Can Google Maps API do that?
2)How do you direct where to save a file instead of on the Desktop by
defaut ?
  I wrote this but it only saved on the Desktop. How do set/change the
path?

var fso = new ActiveXObject("Scripting.FileSystemObject");
var write_id;
write_id = document.getElementById('write_id').value ;
alert('The data has been written to \n' + write_id);
var s = fso.OpenTextFile(write_id, 8, true,0);

 Your hint will be greatly appreciated!
 Regards

--~--~---------~--~----~------------~-------~--~----~
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