Is ASP a language?
ASP is not a language like VBScript or JavaScript - it is a hosting environment that extends the normal capabilities of a web server and exposes objects for use in web programming. It is accessed by either VBScript (it's default) or JavaScript, and in fact many of the functions you use client-side with these languages can be cut- and-pasted into an ASP page.