|
ASP pages are executed on the
This tutorial explains how to
An ASP-page has access to
This tutorial explains basics
fly by a server when they
do recursive subroutines in
variables that contain
of the Dictionary object by
are requested by a visitor.
ASP (VBScript). Use this
information about the
using two examples:
Because they are not
algorithm to create threaded
webserver and the
translation of a number from
compiled, ASP scripts are
discussions, directories, or
clientcomputer. Using the
English to Spanish and
slow and hold up the
whatever use you have for it.
Request.ServerVariables
password protection.
processing of an html page.
statement, you can get a
This results in people
list of all available server
leaving your site and
variables on screen.
severely reduces the
enjoyment that your asp apps
can provide. This short
tutorial provides a few tips
to increase the execution
speed of your asp programs.
Date: Aug, 13 2000 Date: Aug, 11 2003 Date: Mar, 28 2002 Date: Jan, 14 2002 |
|
This tutorial explains the
A short tutorial on the
This tutorial covers several
This short tutorial describes
basic use of Subroutines and
If....Then...Else
important Active Server
a little function that is
Include virtual using SSI
instructions sequence in ASP
Pages looping structures,
useful in debugging your ASP
that may be used in ASP
that is very similar to the
including do..while,
pages. This function,
pages to make your code
one in different kind of
do..until, and select case
FormDataDump(), outputs all
cleaner.
scripting languages.
structures.
of the form variables being
passed into a page. Various
options for this function
allow the developer to view
the values in a
'debugger-style' mode, or in
a 'quiet-mode,' in which
case the form variable
output is hidden from the
end user.
Date: Jan, 14 2002 Date: Jan, 14 2002 Date: Jan, 14 2002 Date: Jun, 29 2001 |