www.gusucode.com > asp+SQLServer网上书店系统设计(源代码+论文) > asp+SQLServer网上书店系统设计(源代码+论文)\网上书店asp+SQLServer\网上书店\admin\index.asp

    
<% 
 if session("admin")="" then
  Response.redirect "backlogin.asp?msg=对不起你还没有登录,请返回登录!"
 end if
%>
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>书店后台管理系统</title>
</head>
<frameset rows="68,*">
    <frame name="top" scrolling="no" noresize target="contents" src="top.asp">

  <frameset cols="145,*">
   <frame name="contents" scrolling="no" noresize target="main"  src="left.asp">
    <frame name="main" src="main.asp">
  </frameset>
  <noframes>
  <body>

  <p>此网页使用了框架,但您的浏览器不支持框架。</p>

  </body>
  </noframes>
</frameset>
</html>