|
Abbreviation of Active Server Pages, a specification
for a dynamically created Web page with a .ASP extension.
An ASP file normally contains HTML tags, just like an HTML file. However, an ASP file
can also contain server scripts, surrounded by the delimiters <%
and %>. Server scripts are executed on the server, and can
contain any expressions, statements, procedures, or operators valid for the scripting language, usually VB Script or JavaScript, you
prefer to use.
The advantages of using ASP instead of CGI and Perl, are those of simplicity and speed.
The recipes section from this website was originally created in ASP. Now it is created in PHP for ASP was no longer supported.
|
|