home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VID / SERVER / ASF / DATA.Z / ssi0.stm < prev    next >
Text File  |  1996-10-01  |  541b  |  28 lines

  1. <HTML>
  2. <HEAD>
  3. <H1>
  4. #include</H1>
  5. <BR>
  6. This example demonstrates use of the '#include' function. <BR>
  7. <HR>
  8. </HEAD>
  9. <BODY>
  10.  
  11. 1. Including file in current directory.<BR>
  12.    the file 'inc.txt' will be included below <BR>
  13. <BR>
  14. <FONT COLOR="Green">
  15. <!--#include file="inc.txt"-->
  16. </FONT>
  17. <BR>
  18. <BR>
  19. 2. Including file using a virtual directory.<BR>
  20.    the file 'inc.txt' will be included below using a virtual directory<BR>
  21. <BR>
  22. <FONT COLOR="Green">
  23. <!--#include file="/ASPSamp/samples/inc.txt"-->
  24. </FONT>
  25. </BODY>
  26. </HTML>
  27.  
  28.