Monday, May 26, 2008

ASP #include

The #include directive is used to create functions, headers, footers, or elements that will be reused on multiple pages.
Syntax:
Virtual: to indicate a path beginning with a virtual directory
File: to indicate a relative path. A relative path begins with the directory that contains the including file.


Note: Included files are processed and inserted before the scripts are executed.

No comments: