home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 May
/
W2KPRK.iso
/
apps
/
crystal
/
disk24
/
Xasp10
< prev
next >
Wrap
Text File
|
1999-08-23
|
309b
|
17 lines
<%@ LANGUAGE="VBSCRIPT" %>
<% if Session("username") = "" then
Response.Redirect("logon.asp")
end if
%>
<% response.expires = 0 %>
<html>
<head>
</head>
<frameset cols="180,*">
<frame src="company_side.asp" name="side">
<frame src="company.asp" name="main">
</frameset>
</html>