admin.asp

来自「简单明晰的asp后台代码 新闻 产品」· ASP 代码 · 共 22 行

ASP
22
字号
<!--#include file = "../inc/dbclass.inc.asp"-->

<html>
<head>
<title><%=homepage_title%>--管理中心</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
</head>

<frameset cols="180,*" frameborder="no" border="0" framespacing="0" rows="*"> 
  <frame name="leftframe"  scrolling="auto" noresize src="admin_index_left.asp">
  <frame name="mainframe" src="main.asp">
</frameset>
<noframes>

<body bgcolor="#ffffff" text="#000000">
</body>
</noframes> 
</html>

                                                                                              
                                                                                                    

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?