⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_index.asp

📁 直接解压即可 都是asp源码 超经典的啊
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<STYLE type=text/css>BODY {
	BACKGROUND: #799ae1; MARGIN: 0px; FONT: 9pt 宋体
}
TABLE {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
TD {
	FONT: 12px 宋体
}
IMG {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; VERTICAL-ALIGN: bottom; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
A {
	FONT: 12px 宋体; COLOR: #215dc6; TEXT-DECORATION: none
}
A:hover {
	COLOR: #428eff
}
.sec_menu {
	BORDER-RIGHT: white 1px solid; BACKGROUND: #d6dff7; OVERFLOW: hidden; BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid
}
.menu_title {
	
}
.menu_title SPAN {
	FONT-WEIGHT: bold; LEFT: 8px; COLOR: #215dc6; POSITION: relative; TOP: 2px
}
.menu_title2 {
	
}
.menu_title2 SPAN {
	FONT-WEIGHT: bold; LEFT: 8px; COLOR: #428eff; POSITION: relative; TOP: 2px
}
</STYLE>
<SCRIPT language=javascript>
function menuShow(obj,maxh,obj2)
{
  if(obj.style.pixelHeight<maxh)
  {
    obj.style.pixelHeight+=maxh/20;
	obj.filters.alpha.opacity+=5;
	obj2.background="images/admin/title_bg_hide.gif";
    if(obj.style.pixelHeight==maxh/10)
	  obj.style.display='block';
	myObj=obj;
	myMaxh=maxh;
	myObj2=obj2;
	setTimeout('menuShow(myObj,myMaxh,myObj2)','5');
  }
}
function menuHide(obj,maxh,obj2)
{
  if(obj.style.pixelHeight>0)
  {
    if(obj.style.pixelHeight==maxh/20)
	  obj.style.display='none';
    obj.style.pixelHeight-=maxh/20;
	obj.filters.alpha.opacity-=5;
	obj2.background="images/admin/title_bg_show.gif";
	myObj=obj;
	myMaxh=maxh
	myObj2=obj2;
	setTimeout('menuHide(myObj,myMaxh,myObj2)','5');
  }
  else
    if(whichContinue)
	  whichContinue.click();
}
function menuChange(obj,maxh,obj2)
{
  if(obj.style.pixelHeight)
  {
    menuHide(obj,maxh,obj2);
	whichOpen='';
	whichcontinue='';
  }
  else
    if(whichOpen)
	{
	  whichContinue=obj2;
      whichOpen.click();
	}
	else
	{
	  menuShow(obj,maxh,obj2);
	  whichOpen=obj2;
	  whichContinue='';
	}
}
</SCRIPT>

<SCRIPT lanuage="Javascript">
var tt='start';
var ii='start';
function turnit(ss,bb) {

  if (ss.style.display=="none") {
    if(tt!='start') tt.style.display="none";
    if(ii!='start') ii.src="dian.gif";
    ss.style.display="";
    tt=ss;
    ii=bb;
    bb.src="ball.gif";
  }
  else {
    ss.style.display="none"; 
    bb.src="dian.gif";
  }
}

function openWindow(url) {
  popupWin = window.open(url, 'new_page', 'width=400,height=410,scrollbars')
}
</SCRIPT>
</head>
<body leftmargin="0" topmargin="0" bgcolor="#FFFFFF">
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=left border=0> 
<TBODY>
  <TR>
    <TD vAlign=top>
      <TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
        <TBODY>
        <TR style="CURSOR: hand">
          <TD vAlign=bottom height=42><IMG height=38 
            src="images/admin/title.gif" width=158> 
</TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
        <TBODY>
        <TR style="CURSOR: hand">
            <TD class=menu_title onmouseover="this.className='menu_title2';" 
          onmouseout="this.className='menu_title';" 
          background="images/admin/title_bg_quit.gif" 
            height=25>
			<p align="left">&nbsp;<b><a target="_top" href="admin_manager.asp">管理首页</a></b> | 
			<b><a target="_top" href="admin_logout.asp">退出管理</a></b> 
            </TD>
          </TR></TBODY></TABLE>&nbsp; 
      <TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
        <TBODY>
        <TR style="CURSOR: hand">
            <TD class=menu_title id=menuTitle1 
          onmouseover="this.className='menu_title2';" 
          onclick=menuChange(menu1,100,menuTitle1); 
          onmouseout="this.className='menu_title';" 
          background="images/admin/title_bg_hide.gif" 
            height=25>
			<p align="left"><span>&nbsp;注册用户管理</span> </TD>
          </TR>
        <TR>
          <TD>
            <DIV class=sec_menu id=menu1 
            style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 158px; HEIGHT: 0px">
                <TABLE style="POSITION: relative; top: 10px;" cellSpacing=0 
            cellPadding=0 width=135 align=center>
                  <TBODY>
                    <TR> 
                      <TD height=20><a href="admin_member3.asp" target="mainFrame">企业用户管理 </a></TD>
                    </TR>
                    <TR> 
                      <TD height=20><a href="admin_member4.asp" target="mainFrame">个人用户管理</a></TD>
                    </TR>
                    <TR> 
                      <TD height=20><a href="showmember_agent.asp" target="mainFrame">代理加盟意向</a></TD>
                    </TR>
                    <TR>
                      <TD height=20><a href="upmembercontent.asp" target="mainFrame">会员资料查询</a></TD>
                    </TR>
                  </TBODY>
                </TABLE>
              </DIV></TD></TR></TBODY></TABLE>&nbsp; 
      <TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
        <TBODY>
        <TR style="CURSOR: hand">
            <TD class=menu_title id=menuTitle2 
          onmouseover="this.className='menu_title2';" 
          onclick=menuChange(menu2,120,menuTitle2); 
          onmouseout="this.className='menu_title';" 
          background="images/admin/title_bg_show.gif" 
            height=25>
			<p align="left"><span>&nbsp;虚拟主机管理</span></TD>
          </TR>
        <TR>
          <TD>
            <DIV class=sec_menu id=menu2 
            style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 158px; HEIGHT: 0px">
                <TABLE style="POSITION: relative; top: 10px;" cellSpacing=0 
            cellPadding=0 width=135 align=center>
                  <TBODY>
                    <TR> 
                      <TD height=20><a href="admin_hostopen.asp" target="mainFrame">主机开设情况</a></TD>
                    </TR>
                    <TR> 
                      <TD height=20><a href="admin_addhosttyp.asp" target="mainFrame">主机类型管理</a></TD>
                    </TR>
                    <TR> 
                      <TD height=20><a href="admin_addhostshouming.asp" target="mainFrame">主机详情管理</a></TD>
                    </TR>
                    <TR> 
                      <TD height=20><a href="admin_adduphostsize.asp" target="mainFrame">空间增加价格</a></TD>
                    </TR>

                     <TR> 
                      <TD height=20><a href="admin_addshouming.asp" target="mainFrame">主机附加说明</a></TD>        
                    </TR>        
                  </TBODY>        
                </TABLE>        
          </DIV></TD></TR></TBODY></TABLE>&nbsp;         
      <SCRIPT language=javascript>         
  var whichOpen="";         
  var whichContinue='';         
      </SCRIPT>         
                
      &nbsp;<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>         
        <TBODY>         
        <TR style="CURSOR: hand">         
            <TD class=menu_title id=menuTitle3          
          onmouseover="this.className='menu_title2';"          
          onclick=menuChange(menu3,60,menuTitle3);          

⌨️ 快捷键说明

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