So, a nice and simple ASP script (which you can cut and paste and use on your own machine if you wish). You can see this script working on this site.
This script will form the basis of the first part of the ASP training section, and each detail will be looked at there. For now, the purpose of this script is to give you an idea of what ASP looks like in the raw! You can see that the ASP it interlaced with ordinary HTML. You can tell where the ASP specific stuff starts and ends by the <% (open) and %> (close) tags, which are very much like the <> and > tags in HTML (that I hope you are already familiar with.