Definition of include from the Merriam-Webster Online Dictionary with audio pronunciations, thesaurus, Word of the Day, and word games.
The #include Directive. You can insert the content of one ASP file into another ASP file before the server executes it, with the #include directive.
If the include occurs inside a function within the calling file, then all of the code contained in the called file will behave as though it had been defined inside that function