www.gusucode.com > 芝麻屋小小留言本 2.0码程序 > admin/admin_index.asp

    <%
if not session("check")=1 then 
response.Redirect"../index.asp"
else
end if
%>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
      <title>芝麻屋留言本(小小留言本)系统管理</title>
      </head>
        
      <frameset rows="50,*" cols="*" frameborder="no" border="0" framespacing="0">
        <frame src="top.asp" name="topFrame" scrolling="auto" noresize="noresize" id="topFrame" />
        <frameset rows="*" cols="165,*" framespacing="0" frameborder="no" border="0">
          <frame src="left.asp" name="leftFrame" noresize="noresize" id="leftFrame" />
          <frame src="ly_lb.asp" name="mainFrame" id="mainFrame" />
        </frameset>
      </frameset>
      <noframes><body>
      </body>
      </noframes>
      </html>