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