www.gusucode.com > 25175 学生成绩管理查询系统码程序 > ADMIN/admin_main.asp

    <!-- #include file="../config.asp" -->
<!-- #include file="inc.asp" -->
<!-- #include file="../conn.asp" -->
<%
Call admin_log
'====================================================================
'25175成绩查询管理系统
'powered by 25175
'=-------------------------------------------------------------------
'= 文件名称:guestbook.asp
'= 摘    要:用户留言列表
cj_webtit="后台管理"

'= 最后日期:2006-3.1
'====================================================================
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=cj_website& "--"&cj_webtit%></title>
</head>
<frameset rows="*" cols="160,*" framespacing="0" frameborder="1" border="false" id="frame" scrolling="yes">
  <frame name="left" id="left" scrolling="auto" marginwidth="0" marginheight="0" src="adminmenu.asp">
  <frameset framespacing="0" border="false" rows="35,*" frameborder="0" scrolling="yes">
    <frame name="top" id="tops" scrolling="no" src="Admin_index_Top.asp">
    <frame name="main" id="main" scrolling="auto" src="Admin.asp">
  </frameset>
</frameset>
<noframes>
  <body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0">
  <p>你的浏览器版本过低!!!本系统要求IE5及以上版本才能使用本系统。</p>
  </body>
</noframes>
</html>