home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 Special
/
chip-cd_2001_spec_05.zip
/
spec_05
/
apps
/
crystal
/
disk24
/
Xasp12
< prev
next >
Wrap
Text File
|
1999-08-23
|
286b
|
15 lines
<%@ LANGUAGE="VBSCRIPT" %>
<% if Session("username") = "" then
Response.Redirect("logon.asp")
end if
%>
<% response.expires = 0 %>
<html>
<frameset cols="190,*">
<frame src="sales_side.asp" name="side">
<frame src="sales.asp" name="main">
</frameset>
</html>