home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
iis4_07.cab
/
libAuthenticate.asp
< prev
next >
Wrap
Text File
|
1997-11-01
|
101b
|
6 lines
<%
If Session("AccountID") = "" Then
Response.Redirect("Login.asp")
Response.End
End If
%>