Thank you Andrew,
> Presumably the element called write_id is an <input> element. If you
> only put a filename in that, then the text file which is created (or
> appended to) will be relative to the location of the script. If you
> specify a name starting "C:\" you should be able to specify an
> absolute path. I think.
You are right. The problem is I don't want to type in a file name in
the code as in:
var s = fso.OpenTextFile("filename.txt", 8, true,0);
I want to use the user's input's filename in a slot identified by
write_id. I tried to add a path
in the front of it, but never successful. Any suggestion?
var s = fso.OpenTextFile("C:\".write_id, 8, true,0);
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---