Save this page as invalid.asp

Copy and paste below this line


<%@ LANGUAGE="VBSCRIPT" %>

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

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

<BODY>
You have entered an invalid username or password.
<P>
<A HREF="password.asp">Try to log in again</A>
</BODY>
</HTML>


End Copy and Paste Above the Line