| |
| |
Learn the basics of ASP with Tizag.com's ASP Tutorial with more than 20 lessons from ASP syntax to connecting to a database.
|
|
|
| |
| |
This great tutorial will take you through the basics of different types of loops in ASP.
|
|
|
| |
| |
Learn how to use IF statements in this tutorial.
|
|
|
| |
| |
Learn the basics of variables and outputting text to the users browser in ASP.
|
|
|
| |
| |
A fairly in-depth introduction to the ASP language.
|
|
|
| |
| |
This article will tell you how to find the full URL of the current page with ASP: domain name, path and the QueryString.
|
|
|
| |
| |
This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.
|
|
|
| |
| |
There's nothing worse than seeing a site with a Copyright out of date. It's an immediate turnoff. This little function comes in handy for creating a copyright that never goes out of date.
|
|
|
| |
| |
ASP is a set of software components that run on a Web server and allow Web developers to build dynamic Web pages. The advantage of ASP over static HTML Web pages is that an ASP page is like a computer program that runs on a Web server and can calculate results, process user input, read from or write to databases and files, and insert 'live' updated content every time a user browses the page. This article walks you through the basic steps for building a dynamic web page
|
|
|
| |
| |
This tutorial shows you how to replace bad words in a string in 2 different ways. Firstly you can remove the bad word(s) or replace the bad word(s) with the * character.
|
|
|
| |
|