home *** CD-ROM | disk | FTP | other *** search
- <%@ LANGUAGE="VBSCRIPT" %>
- <% Set clsTes = Session("TES")
- If clsTes.LoggedIn = False Then
- Set clsTes = Nothing
- Response.Redirect("../loggedout.htm")
- End If
- %>
- <!-- #INCLUDE FILE = "settings/colours.txt" -->
- <HTML>
- <HEAD>
- <META NAME="GENERATOR" Content="Microsoft Visual InterDev 1.0">
- <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
- <TITLE>Timesheet Expert Web</TITLE>
- </HEAD>
- <FRAMESET SCROLLING=NO FRAMEBORDER=1 FRAMESPACING=0 ROWS="75,*"> <!--Previously 55 not 75 -->
- <FRAME NORESIZE MARGINHEIGHT=1 MARGINWIDTH=1 SCROLLING=No NAME="TOOLBOX" SRC="toolbar.asp">
- <FRAME MARGINHEIGHT=1 MARGINWIDTH=1 SCROLLING="Auto" NAME="BODY" SRC="blank.asp">
- <NOFRAMES>
- <!-- #INCLUDE FILE="tooldetail.asp" -->
- </NOFRAMES>
- </FRAMESET>
- </HTML>
- <% Set clsTes = Nothing %>