admin_makesoft.asp
来自「一套开源WEB的网站管理系统」· ASP 代码 · 共 34 行
ASP
34 行
<!--#include file="setup.asp"-->
<!--#include file="check.asp"-->
<!--#include file="../inc/cls_public.asp"-->
<!--#include file="../inc/SoftChannel.asp"-->
<%
'=====================================================================
' 软件名称:创业中国网站管理系统http://www.599cn.com
' 当前版本:599Cn Site Management System Version 2.1
' 文件名称:admin_account.asp
' 更新日期:2008-4-15
' 官方网站:创业网络(www.599cn.com) QQ:309523286
'=====================================================================
' Copyright 2002-2005 599cn.com - All Rights Reserved.
' newasp is a trademark of www.599cn.com
'=====================================================================
Dim softid,sortid,showid,indexid
ChannelID = Newasp.ChkNumeric(Request("ChannelID"))
If ChannelID < 2 Then ChannelID = 2
softid = Newasp.ChkNumeric(Request("softid"))
sortid = Newasp.ChkNumeric(Request("sortid"))
showid = Newasp.ChkNumeric(Request("showid"))
indexid = Newasp.ChkNumeric(Request("indexid"))
NewCloud.Channel = ChannelID
NewCloud.ChannelMain
NewCloud.ShowFlush = showid
If indexid > 0 Then
NewCloud.CreateDownIndex
End If
If softid > 0 Then
NewCloud.ReadSoftIntro(softid)
End If
Set NewCloud = Nothing
CloseConn
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?