www.gusucode.com > 掌柜网店购物系统 4.0码程序 > admin/index.asp

    <%if session("admin")="" then
response.Redirect "login.asp"
end if
%>
<html><head><title>购物商店后台管理</title>
<style>
BODY {
SCROLLBAR-FACE-COLOR: #e7e7e7;  
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #d4d0c8;
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR:  #ffffff;
SCROLLBAR-TRACK-COLOR: #f7f7f7;
SCROLLBAR-DARKSHADOW-COLOR: #e7e7e7; 
}
.style3 {color: #FF6600}
</style>
</head>
<frameset framespacing="0" border="false" cols="180,*" frameborder="0"> 
<frame name="left"  scrolling="auto" marginwidth="0" marginheight="0" src="menu.asp">
<frame name="right" scrolling="auto" src="admin.asp">
</frameset>
<noframes>
</noframes> 
</html>