home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Magazine 2003 September
/
INTERNET107.ISO
/
pc
/
projects
/
asppass
/
checklogin.asp
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-06-06
|
188 b
|
8 lines
<%
If (Request("username") = "abc" AND Request("password") = "123") Then
Session("LoggedIn") = "True"
Response.Redirect("index.asp")
Else
Response.Redirect("error.asp")
End If
%>