WindowsXP/inetsrv/iis/img/sdksamp/asp/simple/includes_jscript.asp
2025-04-27 07:49:33 -04:00

32 lines
912 B
Plaintext

<%@ LANGUAGE = JScript %>
<!*************************
This sample is provided for educational purposes only. It is not intended to be
used in a production environment, has not been tested in a production environment,
and Microsoft will not provide technical support for it.
*************************>
<HTML>
<HEAD>
<TITLE>Server Side Includes</TITLE>
</HEAD>
<BODY BGCOLOR="White" TOPMARGIN="10" LEFTMARGIN="10">
<!-- Display header. -->
<FONT SIZE="4" FACE="ARIAL, HELVETICA">
<B>Server Side Includes</B></FONT><BR>
<P>Server-Side Includes can be done using the
#Include File command. The below text in bold
has been generated with a Server-Side Include:
<P> <!--#INCLUDE FILE="HeaderInfo.asp"-->
<P>Include files can be referenced using either
absolute or relative paths.<BR>
</BODY>
</HTML>