www.gusucode.com > 维六酷博客管理系统 1.1源码程序 > master/index.asp

    <!--#include file="../inc/function.asp"-->
<%
If session("admin")="" Then
	'Call MessageBox("没有登陆或登陆超时!","login.asp")
	Response.Redirect("login.asp")
	Response.end
End If
%>
<html>
<head>
</head>
<title>维六酷网站管理系统V1.1 管理中心</title>
<frameset framespacing="0" id="frameset" border="false" cols="200,*" frameborder="0">
	<frame name="left" id="left"  scrolling="yes" marginwidth="0" marginheight="0" src="left.asp">
	<frame name="right" id="main" scrolling="yes" marginwidth="0" marginheight="0" src="main.asp">
</frameset>
<noframes>
	<body bgcolor="#660000" topmargin="0" leftmargin="0">
	  <p>This page uses frames, but your browser doesn't support them.</p>
	</body>
</noframes>
</html>