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

📄 admin_right.asp

📁 php 语言写的c2c商城网站程序
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<html><head><title>商家专区</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../images/css.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<%if request.cookies("godbook")("shjianame")<>"" then%> <%xAction=lcase(request("action"))
	select case xAction
	case "addnews"%> <% case "glnews"
   case "fkfs"
   case "ps"
   case "fk" 
   case "myziliao"
   case "mydindan"
   case "addclass"
   case "addshp"
   case "url"
   case "logo"
   case "pass"
   case "gong"
   case "modify"
   case else%> <table class="tableBorder" width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF"> 
<tr> <td width="100%" height="25" align="center" background="../admin/images/bg_3.gif"><b><FONT COLOR="#ffffff">欢迎进入商城系统管理</FONT></b></td>
</tr> </table>
<%end select%> <!--#include file=admin_inc.asp--> 
<%xAction=lcase(request("action"))
	select case xAction
case "myziliao"
	call myziliao()
case "editshp"
	call editshp()
case "fkfs"
	call fkfs()
case "ps"
	call ps()
case "fk"
	call fk()
case "addnews"
	call addnews()
case "glnews"
	call glnews()
case "mydindan"
	call mydindan()
case "addclass"
	call addclass()
case "addshp"
	call addshp()
case "url"
	call url()
case "logo"
	call logo()
case "pass"
	call pass()
case "gong"
	call gong()
case "modify"
	call modify()    
end select%> <%end if%> 
</body></html>

⌨️ 快捷键说明

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