The Tools component creates a Tools object that provides utilities that enable you to easily add sophisticated functionality to your Web pages.
tools.dll | The Tools component. |
Set Tools = Server.CreateObject("MSWC.Tools")
None.
In Personal Web Server for Windows?95, the Tools object has already been included in the global.asa file in the default virtual directory. You can work with the Tools object as if it were a built-in object by calling Tools.FileExists, Tools.ProcessForm, and Tools.Random.
FileExists | Checks for the existence of a file. |
Owner | Checks if the current user is the site owner. |
PluginExists | Checks the existence of a server plug-in (on Macintosh only). |
ProcessForm | Processes an HTML form. |
Random | Generates a random integer. |
Note You can obtain this component from the CD included with the IIS Resource Kit.