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

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