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

📄 left.asp

📁 本实例为一个完整的网上购物商城的完整例子程序,里面有所以的源代码.希望对大家学习有用.
💻 ASP
字号:
<%
'''''''''''''''''''''''''''''''''''''''
'56770网络商城体验版                  '
'版本:V2.0                           '
'版权所有: 56770网络(56770.com)       '
'''''''''''''''''''''''''''''''''''''''
%>
<style type=text/css>
body  
{ 
        background:#799AE1; margin:0px; font:9pt 宋体;
}
table
{
        border:0px;
}
td
{
        font:normal 12px 宋体;
}
img
{
        vertical-align:bottom; border:0px;
}
a
{
        font:normal 12px 宋体; color:#000000; text-decoration:none;
}
a:hover
{
        color:#428EFF; text-decoration:underline;
}
.sec_menu
{
        border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#D6DFF7;
}
.menu_title
{
}
.menu_title span
{
        position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold;
}
.menu_title2
{
}
.menu_title2 span
{
        position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold;
}
</style>
<SCRIPT language=javascript1.2>
function showsubmenu(sid)
{
        whichEl = eval("submenu" + sid);
        if(whichEl.style.display == "none")
        {
                eval("submenu" + sid + ".style.display=\"\";");
        }
        else
        {
                eval("submenu" + sid + ".style.display=\"none\";");
        }
}
</SCRIPT>
<title>56770网络商城--管理页面</title>
<BODY leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
<tr><td valign=top>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=42 valign=bottom> <img src="images/title.gif" width=158 height=38>
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background=images/title_bg_quit.gif  >
<img src="../images/loginout.gif"><a href="quit.asp" target="_parent"><B>注销登陆</B></A></td>
</tr>
</table>
&nbsp;
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_1.gif" id=menuTitle1 onclick="showsubmenu(0)">
<b><font color="#3366CC">首选服务</font></b></td>
</tr>
<tr>
<td style="display:" id='submenu0'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20><a href=admin.asp target=right>查看使用帮助</a></td>
</tr>
<tr>
<td height=20><a href=user_adminchange.asp target=right>修改登陆密码</a</td>
</tr>
<tr>
<td height=20><a href="viewfk.asp?lx=1" target=right>查看意见反馈</a></td>
</tr>
<tr>
<td height=20><a href="viewfk.asp?lx=5" target=right>查看缺货登记</a></td>
</tr>
</table>
</div>
<div  style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_4.gif" id=menuTitle1 onclick="showsubmenu(4)">
<font color="#3366CC"><b>订单管理</b></font></td>
</tr>
<tr>
<td style="display:" id='submenu4'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20><a href="orders_list.asp" target=right>查看所有订单</a></td>
</tr>
<tr>
<td height=20><a href="orders_search.asp" target=right>根据订单号查询</a><</td>
</tr>
</table>
</div>
<div  style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_2.gif" id=menuTitle1 onclick="showsubmenu(1)">
<b><font color="#3366CC">商品类别管理</font></b></td>
</tr>
<tr>
<td style="display:" id='submenu1'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20><a href="product_add1.asp" target=right>商品添加</a></td>
</tr>
<tr>
<td height=20><a href="product_list.asp" target=right>商品查询/修改</a></td>
</tr>
<tr>
<td height=20><a href="sort.asp" target=right>商品分类管理</a></td>
</tr>
<tr>
<td height=20><a href="product_admin.asp" target=right>商品分类查看</a></td>
</tr>
<tr>
<td height=20><a href="product_bbs.asp" target=right>商品评论管理</a></td>
</tr>
</table>
</div>
<div  style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_3.gif" id=menuTitle1 onclick="showsubmenu(2)">
<span>会员管理</span> </td>
</tr>
<tr>
<td style="display:" id='submenu2'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20><a href=user_adminmanage.asp target=right>会员管理</a></td>
</tr>
<tr>
<td height=20><a href="user_search.asp" target=right>查询/<font color="red">编辑</font>/修改帐号</a></td>
</tr>
<tr>
<td height="20"><a href="orders_msg.asp" target=right>查看用户短信</a>
</td>
</tr>
</table>
</div>
<div  style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_5.gif" id=menuTitle1 onclick="showsubmenu(5)">
<font color="#3366CC"><b>投票管理</b></font></td>
</tr>
<tr>
<td style="display:" id='submenu5'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20><a href=../vote/step1.asp target=right>添加投票</a></td>
</tr>
<tr>
<td height=20><a href=../vote/votelist.asp target=right>修改删除投票</a></td>
</tr>
</table>
</div>
<div  style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_6.gif" id=menuTitle1 onclick="showsubmenu(6)">
<font color="#3366CC"><b>专题管理</b></font></td>
</tr>
<tr>
<td style="display:" id='submenu6'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20><a href=admin_addinfo.asp target=right>添加专题</a></td>
</tr>
<tr>
<td height=20><a href=admin_info.asp target=right>修改删除</a></td>
</tr>
<tr>
<td height=20><a href=ClassManage.asp target=right>类别管理</a></td>
</tr>
</table>
</div>
<div  style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_8.gif" id=menuTitle1 onclick="showsubmenu(7)">
<font color="#3366CC"><b>常规设置</b></font></td>
</tr>
<tr>
<td style="display:" id='submenu7'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr>
<td height=20><a href=admin_system.asp target=right>网站信息设置</a></td>
</tr>
<tr>
<td height=20><a href=admin_edit.asp target=right >帮助信息设置</a></td>
</tr>
<tr>
<td height=20><a href=admin_gug.asp target=right>网站广告设置</a></td>
</tr>
<tr>
<td height=20><a href=admin_links.asp target=right>管理合作伙伴</a></td>
</tr>
<tr>
<td height=20><a href=admin_backup.asp target=right>备份数据库</a>/<a href=admin_yasuo.asp target=right>压缩</a></td>
</tr>
<tr>
<td height=20><a href=spacesize.asp target=right>系统空间占用</a></td>
</tr>
<tr>
<td height=20><a href=uploadfilemanage.asp target=right>上传文件管理</a></td>
</tr>
</table>
</div>
<div  style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>
&nbsp;
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="images/admin_left_9.gif" id=menuTitle1  onclick="showsubmenu(8)">
<span>程序信息</span> </td>
</tr>
<tr>
<td style="display:" id='submenu8'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20>&nbsp; <br>
<a href="http://www.56770.com" target=_blank>信息版权所有:<BR>

⌨️ 快捷键说明

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