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

Writing to a text file

Status
Not open for further replies.

kalekseishaken

Programmer
Joined
Mar 7, 2006
Messages
6
Location
US
Is there a series of commands that would allow me to open and write to a .TXT file.

I just want to send alphanuemric characters, so all I need to be able to do is read and write from the file.

Thanks,
C.Joseph
 
Where is the text file located? On the server or on the local PC?

To write to a client-side file you would need to use ActiveX which will cause ActiveX warning messages to the client and will be an IE only solution.


Stamp out, eliminate and abolish redundancy!
 
I thought I had some code but cannot find it.
Take a look at this thread: thread216-1165497

You are best off using server-side code to read/write to the file. You can accomplish it easily in ASP or PHP.


Stamp out, eliminate and abolish redundancy!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top