Categories

Updated: 11/18/2002

FSO Guest Book

This script uses File System Object to write entries to a text file. New entries appear at the top. No need for database.
Similar Scripts for "FSO Guest Book"

Folders To Gallery Script

No database required for this script. Just one file that scans all the subdirectories under it and then creates categories and galleries based on the folder names. Script consists on one asp file and two image files. Uses the file system object to...

Delete Folders Online

ASP does not allow you to use IO system to modify on files and folders. But with the help of FileSystem object you can delete any file on your server. Do not forget to double check permissions for this operation.

Simple Text Display Web Page Counter

This simple page counter uses the File System Object to store the page count in a text file located on the server. You can also use this code on multiple pages and count the page views on every page in your whole site.

Download Script

This download counter script uses ASP file system object to get the size of the download file and to track how many times a file is already downloaded.

HTMLTemplate Object

The HTML Template Object is a lightweight class whose sole purpose is to completely separate HTML from server side ASP code. Through the use of special HTML templates, a web page can be created by setting the parameters of the HTMLTemplate object to ...
©2003-2008 jCay.com