2869Active Server Pages (ASP) Installation Tutorialhttp://www.macronimous.com/resources/tutorials/ASP_installation_tutorial.aspWelcome to my article ASP Installation Tutorial. I have decided to write this one after the great success of my previous article CGI installation tutorial. Moreover We know there are number of free and low cost ASP scripts are available in the market which can make your site dynamic and can hold your data on a database. My aim in this article is to give the basic and necessary knowledge on ASP script customization and basics on databases even for a non-programmer. In the following chapters I will guide you learn through step by step procedures, so that you can expertise yourself on the following topics. By the time when you are ending up reading this, you must be able to setup a Poll application or a Password authentication system or a quiz or a a discussion forum or any other kind of application with Back-end database supportASP > Tips and Tutorials > Introduction to ASPOct 10, 2006
Welcome to my article ASP Installation Tutorial. I have decided to write this one after the great success of my previous article CGI installation tutorial. Moreover We know there are number of free and low cost ASP scripts are available in the market which can make your site dynamic and can hold your data on a database. My aim in this article is to give the basic and necessary knowledge on ASP script customization and basics on databases even for a non-programmer. In the following chapters I will guide you learn through step by step procedures, so that you can expertise yourself on the following topics. By the time when you are ending up reading this, you must be able to setup a Poll application or a Password authentication system or a quiz or a a discussion forum or any other kind of application with Back-end database support
To use an object in ASP, you should create an instance of an object. We use 'CreateObject method' creating object. Let's see it on an real application. .
Below are two examples of how to deal with bad words. Example 1 receives text entered into a form textfield called 'txtComments'. The code strips out any bad word(s) that you choose to enter into the array 'badChars'. In this script we have deemed that the words 'rubbish', 'crap' and 'shit' are unacceptable and should be removed.
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.