E-Commerce at Southern New Hampshire University

Page 3 of Downloads for IT - 695

These downloads serve as an introduction to using ASP for getting information and saving it to a text file. For them to work correctly, you must use a server that can process ASP.


A simple example of creating and writing to a text file on the server.

This is the asp file that writes text to a text file on the server.

The ASP file. For this to work, you must change the file extension to .asp.

This file is the actual text file created by the above ASP file.

The text file.

See it in action!

Make a text file.


Another example of writing text to a text file, but now new information such as the system date and time are added.

This is the ASP file that writes the information to the text file on the server.

The ASP file.

For this to work, you must change the file extension to .htm.
The actual text file created by the above ASP file.

The resulting text file.

See it in action!

Make a text file with system information.


An example of getting information about the client and storing it in a text file.

This is an ASP file that gets and displays information about the client.

The ASP File For this to work, you must change the extension to .asp.

See it in action! Test the above ASP file: Client Data

This next file is an ASP file that gets client information and saves some of it to a text file.

The ASP File For this to work, you must change the file extension to .asp.

The next file is the resulting text file created by the above ASP file.

The Text File


See it in action!

Write Client InfoCheck the above text file to see the changes.


A simple GuestBook interface.

This is an ASP file that does nothing more than present a form to the client.

The ASP file. For this to work, you must change the file extension to .asp.

See it in action!

GuestBook Interface.


A simple GuestBook interface that writes user information to a text file on the server.

This is an ASP file than presents a form to the client and writes the results to a text file.

The ASP file. For this to work, you must change the file extension to .asp.

This is the resulting text file created by the above ASP file

The text file.,

See it in action!

GuestBook Interface. To see the results, look at the above text file.


A simple GuestBook interface that writes user formatted information to a text file on the server and displays the results..

This is an ASP file than presents a form to the client and writes the results to a text file and displays it.

The ASP file. For this to work, you must change the file extension to .asp.

This is the resulting text file created by the above ASP file

The text file.,

See it in action!

GuestBook Interface. To see the results, look at the above text file.


The final GuestBook which displays iput and output separately.

This is an ASP file than presents a form to the client and writes the results to a text file and displays it.

The ASP file. For this to work, you must change the file extension to .asp.

This is the resulting text file created by the above ASP file

The text file.,

See it in action!

GuestBook Interface. To see the results, look at the above text file.


Return to first download page.
Valid XHTML 1.0!