index.asp
来自「酷购网上商城~~ 完整的asp源代码.通过少许的改动就可以让你拥有自己的商城~~」· ASP 代码 · 共 25 行
ASP
25 行
<%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>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?