ASP scripts, just like programs, run commands and function in the order they are
given;
but, there is a way to change this. It is called "Flow Control" keywords or
commands. You can use these keywords to command the script to run or not to run
certain parts, to rerun certain parts over and over again until you tell it to continue
with the rest, and to just stop the script completely.
By: Matthew Holder