Password authentication (ASP)
This code can be found in
Chapter 28 of Active Directory, 3rd Edition
Purchase XP Cookbook or Networking Recipes for only $25 plus shipping! While supplies last.
Find out how to download all of the ASP code from this site.
<HTML>
<!--
' From the book "Active Directory, Third Edition"
' ISBN: 0-596-10173-2
-->
<HTML>
<HEAD>
<TITLE>Authentication Request</TITLE>
</HEAD>
<BODY>
<FORM ACTION="restricted.asp" METHOD=POST>
<P>Name <BR><INPUT
NAME="Name"
TYPE=TEXT
VALUE="mycorp\administrator"
SIZE="60">
<P>Password<BR><INPUT
TYPE="PASSWORD"
NAME="Password">
<P><INPUT TYPE="SUBMIT" VALUE="OK"><INPUT TYPE="RESET" VALUE="Reset">
</FORM>
</BODY>
</HTML>
|
This code has been viewed 3590 times.
|
New from the creators of TechTasks.com:
StatSheet.com
|