|
||||
|
Handy ASPASP Includes:With ASP Virtual includes you specify how to get the file from the root of the site. <!-- #include VIRTUAL= "/includes/include_page.asp" --> With ASP physical includes it is from the physical location of the file on the server. So you must start with a drive letter, the file, or ../ to go back a directory.
<!-- #include FILE= "include_page.asp"
--> IF statements:
<% If Happy=1 Then Article last reviewed: 12/18/2002
|
Related Articles: |
||||||||