Save this page as password.asp

Copy and paste below this line


<%@ LANGUAGE="VBSCRIPT" %>

<!--- This example is a simple login system --->

<HTML>
<HEAD>
     <TITLE>Password.asp</TITLE>
</HEAD>

<BODY>
     <FORM ACTION="engine.asp" NAME="form1" METHOD="post">
          User Name: <INPUT TYPE="text" SIZE=30 NAME="username">
          <P>
          Password: <INPUT TYPE="password" SIZE=30 NAME="password">
          <P>
          <INPUT TYPE="submit" VALUE="Login">
     </FORM>
</BODY>
</HTML>


End Copy and Paste Above the Line