home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Special / chip-cd_2001_spec_05.zip / spec_05 / apps / crystal / disk24 / Xasp10 < prev    next >
Text File  |  1999-08-23  |  309b  |  17 lines

  1. <%@ LANGUAGE="VBSCRIPT" %>
  2. <% if Session("username") = "" then
  3.         Response.Redirect("logon.asp")
  4.     end if
  5. %>
  6. <% response.expires = 0 %>
  7. <html>
  8. <head>
  9.   
  10. </head>
  11. <frameset cols="180,*">
  12.     <frame src="company_side.asp" name="side">
  13.     <frame src="company.asp" name="main">
  14. </frameset>
  15. </html>
  16.  
  17.