Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript Open, Save and Write to a file

Status
Not open for further replies.

kathyc20

Programmer
Mar 7, 2001
96
CA
Is it possible to Open a file, read the contents of the file, update the contents and save the file.

If so, can someone point me at some documentation I can use.

Thank you.
 
not possible as it will cause security issues.

but as always all rule have exceptions. it is possible in IE browsers.

take a look at the ActiveXControl() method of IE...

Known is handfull, Unknown is worldfull
 
You'll need to investigate the FileSystemObject (the ActiveX control vbkris mentioned). I believe for Firefox, you can use some Java file io methods, although I don't know too much on this.

Hope this helps,
Dan



[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Outside the scope of this forum, a Java applet can also do the job

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top