admin_right.asp

来自「php 语言写的c2c商城网站程序」· ASP 代码 · 共 60 行

ASP
60
字号
<!--#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 + =
减小字号Ctrl + -
显示快捷键?