home *** CD-ROM | disk | FTP | other *** search
- <%@ 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>
-
-