Hits Today: 1 Total: 4104 | Updated: 6/25/2003 | |
 | How often have you renamed an asp script only to find it references itself and because of the rename no longer works. This is often the case with self-referenceing forms and can get really annoying.
Author: asp101.com Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 13027 | Updated: 9/29/2001 | |
 | Web Site Administrator. This file let you Administrate your site. Includes function like Upload files, Copy or move files in folder, rename, delete and other thinks. Author: Felipe Arteaga Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 5000 | Updated: 2/10/2003 | |
 | You can read and write standard formatted windows INI configuration files with this set of functions (GetINIString / WriteINIString VBS functions), using Scripting.FileSystemObject. Author: Antonin Foller Code: ASP 3.0 & VBScript | |  | |
Hits Today: 2 Total: 8301 | Updated: 2/6/2002 | |
 | This is a simple way to see all the files and folders in your website directory. This shows the files and folders and a very simple way to navigate through the folders.
Author: Anil Kumar Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 11011 | Updated: 5/27/2001 | |
 | Approved code to the ASP101 Sample "Directory List". Now you set a "root" directory and the users can browse up and down the tree with out going above the set root. Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 1643 | Updated: 7/2/2002 | |
 | Displaying the date last modified is a simple thing to do. All it takes is calling up the ol File Scripting Object and there you have it! Every time the file is modified this info is written into the file. The FSO knows just how to read that for you. Author: Derek Truman Code: ASP 3.0 & VBScript |
Hits Today: 4 Total: 7159 | Updated: 1/18/2002 | |
 | Opening, reading and creating files are explained by using example codes. Up to 6 examples are used. Author: | |  | |
Hits Today: 1 Total: 6129 | Updated: 1/10/2001 | |
 | This article shows a simple way to upload files from client to server using VBS, IE and ADODB without user interaction. Full source code (vbs file) included. Author: Antonin Foller Code: ASP 2.0 & VBScript |
Hits Today: 5 Total: 5477 | Updated: 7/1/2003 | |
 | This is a simple bit of code that can be used to extract the 3 character extension of a file, filename or document and display a different message or perform a differnt function for each.
Very useful when used with a file upload. Code: ASP 3.0 & VBScript |
|