Advertisement
blackhat1337

include

May 21st, 2024
826
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.40 KB | None | 0 0
  1. <!-- The included file is in the same directory as IncExample.asp. -->
  2. <!-- #include file = "all.asp" -->
  3.  
  4. <!-- The included file is in the directory above IncExample.asp.
  5.      Enable Parent Paths must be checked for the Web folder. -->
  6. <!-- #include file = "..\all.htm" -->
  7.  
  8. <!-- The included file is in the Scripts virtual directory. -->
  9. <!-- #include virtual = "/scripts/tools/global.inc" -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement