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

📄 admin_makeshop.asp

📁 网络上经典的图片程序
💻 ASP
字号:
<!--#include file="setup.asp"-->
<!--#include file="check.asp"-->
<!--#include file="../inc/cls_public.asp"-->
<!--#include file="../inc/ShopChannel.asp"-->
<%
'=====================================================================
' 系统名称:润滑油营销网
' 开 发 商:方圆卓越——中国最专业的营销咨询团队
' 擅长项目:润滑油行业的营销培训、样板市场、人员培训
' 更新日期:2005-4-15
' 官方网站:润滑油营销网(www.lubesale.com) QQ:66687989
'=====================================================================
' Copyright 2006-2008 润滑油营销网·方圆卓越 - All Rights Reserved.
' newasp is a trademark of saleroad@163.com
'=====================================================================
Dim shopid,sortid,showid,indexid
ChannelID = Newasp.ChkNumeric(Request("ChannelID"))
If ChannelID < 3 Then ChannelID = 3
shopid = Newasp.ChkNumeric(Request("shopid"))
sortid = Newasp.ChkNumeric(Request("sortid"))
showid = Newasp.ChkNumeric(Request("showid"))
indexid = Newasp.ChkNumeric(Request("indexid"))
NewCloud.Channel = ChannelID
NewCloud.MainChannel
NewCloud.ShowFlush = showid
If indexid > 0 Then
	NewCloud.CreateShopIndex
End If
If shopid > 0 Then
	NewCloud.LoadShopInfo(shopid)
End If
Set NewCloud = Nothing
CloseConn
%>

⌨️ 快捷键说明

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