Introductory tutorials for Active Server Pages and VBScript. Beginners will learn the basics of asp in these easy to follow instuctions. Learn how to incorporate dynamic content in your web pages.
Collection of 5 useful VBScript tricks. 1. Detect the IP address of your visitors! 2. Detect the browser! 3. Save time with include files! 4. Hide your errors! 5. Make subroutines!
This section is a brief tutorial on VBScript. We'll walk through the fundamentals, and along the way you will learn how to add VBScript to your existing web pages, the structure of the VBScript language, and how to use event-driven programming within your HTML documents.
There are three types of scripts that you can add to an Active Server Page. If you need to execute a statement or series of statements, you can use the <% and %> script delimiters like this
(ASP) is a Server (Windows NT, IIS) based scripting language that is Interpreted at run time. You can use ASP to create Server Side logic to handle anything from Dynamic page creation to data coming from a Client Browser. ASP has many uses and is your last stop for Server Side Scripting.
ASP stands for Active Server Pages. ASP is a server side technology which is used to display dynamic content on the web pages. ASP is becoming popular day by day as the favorite server side technology. ASP in itself isn't a language actually, instead it uses VBScript or JScript to display dynamic content. ASP is more of a technology used by VBScript / JScript on the server side. So if you know VBScript or JScript you can start creating .ASP pages right now.
An introduction to Active Server Pages. Download this test page and use to test your system. If you're able to use ASP, grab the first example, an SSI (Server Side Include) template.