30 lines
843 B
Plaintext
30 lines
843 B
Plaintext
<%@ Language = VBScript %>
|
|
<% Option Explicit %>
|
|
|
|
<!*************************
|
|
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.Execute Sample</TITLE>
|
|
</HEAD>
|
|
|
|
<BODY BGCOLOR="White" TOPMARGIN="10" LEFTMARGIN="10">
|
|
|
|
<!-- Display header. -->
|
|
|
|
<FONT SIZE="4" FACE="ARIAL, HELVETICA" COLOR="GREEN">
|
|
<B>This is Server.Execute sample file #2</B></FONT><BR>
|
|
|
|
<STRONG>
|
|
<P>
|
|
Server.Execute sample file #2 is starting...
|
|
<P>
|
|
...Server.Execute sample file #2 is ending
|
|
</STRONG>
|
|
</BODY>
|
|
</HTML> |