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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javascript to read a text file

Status
Not open for further replies.

786snow

Programmer
Nov 12, 2006
75
0
0
Hi,

Is there a simple way read a simple text file using javascript? and then displaying the content of that file?
 
Look into the FileSystemObject within Javascript.

fso = new ActiveXObject("Scripting.FileSystemObject");



[monkey][snake] <.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top