Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

60 lines
1.3 KiB

<HTML>
<HEAD>
<TITLE>ISAPI Extension Sample</TITLE>
</HEAD>
<BODY TEXT="000000" BGPROPERTIES=FIXED>
<FONT FACE="Arial Black">
<H3>Simple Internet Server API Extension</H3><p>
<FONT FACE="Comic Sans MS" SIZE=1 COLOR=black>
<P><b>
This form is a sample form which calls the simple
<i> Lottery Number Generator (simplot) </i> sample on the server.
<i> Simplot </i> is a simple Internet Server API Extension DLL.
The Internet Server API Extensions plug into the
Internet Information Server (IIS on NTS) and are invoked when
the client requests a form pointing to the Extension.
<p> <br>
This form provides a way to invoke the sample Extension.
<p>
</b></p>
<BR>
<HR>
</FONT>
<FORM action="/scripts/slottery.dll>
<FONT FACE="Arial Black" color=BLACK>
<TABLE>
<TR><TD>Name:</TD>
<TD><INPUT NAME="name" VALUE="" SIZE=40></TD></TR>
<TR><TD>Address:</TD>
<TD><INPUT NAME="streetaddress" VALUE="" SIZE=40></TD></TR>
<TR><TD>City, State, Zip: </TD>
<TD><INPUT NAME="cityaddress" VALUE="" SIZE=40></TD></TR>
</TABLE>
<BR><BR>
</FONT>
<p>
<INPUT TYPE="submit" VALUE="Get New Lottery"> <INPUT TYPE="RESET">
<p>
</FORM>
<HR>
</FONT>
<hr>
</CENTER>
</BODY>
</HTML>