home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Special / chip-cd_2001_spec_05.zip / spec_05 / apps / crystal / disk24 / Xasp13 < prev    next >
Text File  |  1999-08-23  |  293b  |  14 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.  
  9. <frameset cols="180,*" >
  10.     <frame src="warehouse_side.asp" name="side">
  11.     <frame src="warehouse.asp" name="main">
  12. </frameset>
  13. </html>
  14.