2854ASP: Conditional Statementshttp://www.webcheatsheet.com/asp/if_else_select.phpSometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this. Conditional statements are the set of commands used to perform different actions based on different conditions. VBScript has 2 conditional statement constructions, available for you to use in your ASP pages: If...then...else and Select Case. Both perform in saw way the same task.ASP > Tips and Tutorials > Introduction to ASPOct 10, 2006WebCheatSheet
ASP is a new scripting technology that comes with Microsoft
IIS web server and enables web programmers to create
powerful web applications and pages. These dynamic pages
are the result of running a code on the server. Server
receives user?s input from browser, runs the script and
creates a web page on the fly and sends it back to browser.
We can use different languages such as vbscript and jscript
with asp scripting method. ASP is now available on Unix
platforms by a third party company ?chili soft?. For Unix
people asp is very similar to PHP 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.
In short arrays are variables that can store more than one value. They are used to store a series of related information.
Lets create an array called 'myArray' that will hold the names of 7 soccer teams.
Cookies can handle user information such as text, email address?s, broweser information etc.. As in the previous tutorial we?ll create a standard form with name and email.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.