📄 path.asp
字号:
<%
Session("photodata") ="news"
if cpath="" or isNull(cpath) then
call msgbox("请指定新闻的保存路径!","../category/chg.asp?categoryid="&categoryid)
end if
if csort><"news" or isNull(csort) or csort="" then
if csort><"news" and csort><"" then
response.redirect "../"&csort&"/default.asp?categoryid="&categoryid
response.end
else
call msgbox("该分类未指定录入类型!","../category/chg.asp?categoryid="&categoryid)
end if
end if
sql="select top 1 categorymode from category where categoryindex like '"&cindex(0)&"."&cindex(1)&"'"
rs.open sql,conn,1,1
if not rs.eof then
cmode=rs(0)
else
call msgbox("该分类未指定显示版面!","../category/chg.asp?categoryid="&categoryid)
end if
rs.close
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -