- 1,233 categories
- 40,467 scripts
Updated: 11/18/2002
- This script uses File System Object to write entries to a text file. New entries appear at the top. No need for database.
- Categories
- Tags
- Platforms
- Licenses
- 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...
- 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.
- 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.
- 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.
- 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 ...