Include files must have the file extension ".inc"
Include file in ASP
You can insert the content of one ASP file into another ASP file before the server executes it at the client end, with the #include directive. The #include directive is used to create functions, elements, headers, or footers that will be reused on multiple pages.
ASP implements only the #include directive of this mechanism.
To insert a file into an .asp file, use the following syntax: <!-- # include virtual | file ="filename" -->
How do you get information from a form that is submitted using the "get" method?