home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / full / atlantic / Software / Teweb / data1.cab / Pages / scripts / tes.asp < prev    next >
Encoding:
Text File  |  2000-02-14  |  813 b   |  23 lines

  1. <%@ LANGUAGE="VBSCRIPT" %>
  2. <%    Set clsTes = Session("TES")
  3.     If clsTes.LoggedIn = False Then
  4.         Set clsTes = Nothing
  5.         Response.Redirect("../loggedout.htm")
  6.     End If
  7. %>
  8. <!-- #INCLUDE FILE = "settings/colours.txt" -->    
  9. <HTML>
  10. <HEAD>
  11. <META NAME="GENERATOR" Content="Microsoft Visual InterDev 1.0">
  12. <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
  13. <TITLE>Timesheet Expert Web</TITLE>
  14. </HEAD>
  15. <FRAMESET SCROLLING=NO FRAMEBORDER=1 FRAMESPACING=0 ROWS="75,*"> <!--Previously 55 not 75 -->
  16.     <FRAME NORESIZE MARGINHEIGHT=1 MARGINWIDTH=1 SCROLLING=No NAME="TOOLBOX" SRC="toolbar.asp">
  17.     <FRAME MARGINHEIGHT=1 MARGINWIDTH=1 SCROLLING="Auto" NAME="BODY" SRC="blank.asp">
  18.     <NOFRAMES>
  19.     <!-- #INCLUDE FILE="tooldetail.asp" -->
  20.     </NOFRAMES>
  21. </FRAMESET>
  22. </HTML>
  23. <%    Set clsTes = Nothing %>