Operating Systems that support IIS or PWS
The following is a list of Windows operating systems and the versions of IIS or PWS that they support. Windows…
The easy way to know
The following is a list of Windows operating systems and the versions of IIS or PWS that they support. Windows…
ASP stands for Active Server Pages. It is a server side technology that enables you to make dynamic and interactive…
Functions and procedures provide a way to create re-usable modules of programming code and avoid rewriting the same block of…
Arrays do not have to be a simple list of keys and values; each location in the array can hold…
That’s assumed that you are aware of fundamental features of arrays, so let’s consider how they are handled in ASP, in VBScript.…
The FileSystemObject object provides access to the file system on the web server, allowing us to manipulate text files, folders…
ASP performs several types of repetitive operations, called “looping”. Loops are set of instructions used to repeat the same block…
Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in…
Declaring variables in ASP is simple, especially since all variables are of Variant type. What does this mean to you? You…
This page will provide you with a quick look at the more important VBScript functions. They include functions for type…