📄 rs_request.asp
字号:
<%
Sub Tlrs
TlID = rs("TlID") '''''项目ID-------------------------项目属性开始
TlName = rs("TlName") '''''''''''''项目名称
TlChannelID = rs("TlChannelID") ''''频道ID
TlChannelDir = rs("TlChannelDir") '''''保存文件目录
TlClassID = rs("TlClassID") ''''所属栏目
TlSpecialID = rs("TlSpecialID") ''''所属专题
TlWebName = rs("TlWebName") ''''网站名称
TlWebUrl = rs("TlWebUrl") ''''网站网址
TlListStr = rs("TlListStr") ''''列表索引页面
TlLsString = rs("TlLsString") ''''列表开始标记
TlLoString = rs("TlLoString") ''''列表结束标记
TlListPaingType = rs("TlLoString")''''列表分页类型(0-不设置,1-设置)
TlListPaing = rs("TlListPaing") ''''索引ID页
TlListPaingID1 = rs("TlListPaingID1") ''''索引范围前导
TlListPaingID2 = rs("TlListPaingID2") ''''索引范围后导
TlHsString = rs("TlHsString") ''''链接开始标记
TlHoString = rs("TlHoString") ''''链接结束标记
Tlnexturl2 = rs("Tlnexturl2") ''''测试正文连接
TlHttpUrlType = rs("TlHttpUrlType") ''''链接处理类型(0不做处理,1-处理)
TlHttpUrlStr = rs("TlHttpUrlStr") ''''链接地址重定向字符
TlStringS1 = rs("TlStringS1") ''''字符串1开始标记
TlStringO1 = rs("TlStringO1") ''''字符串1结束标记
TlStringS2 = rs("TlStringS2") ''''字符串2开始标记
TlStringO2 = rs("TlStringO2") ''''字符串2结束标记
TlStringS3 = rs("TlStringS3") ''''字符串3开始标记
TlStringO3 = rs("TlStringO3") ''''字符串3结束标记
TlStringS4 = rs("TlStringS4") ''''字符串4开始标记
TlStringO4 = rs("TlStringO4") ''''字符串4结束标记
TlStringS5 = rs("TlStringS5") ''''字符串5开始标记
TlStringO5 = rs("TlStringO5") ''''字符串5结束标记
TlDateType = rs("TlDateType") ''''指定时间
TlAuthorStr = rs("TlAuthorStr") ''''指定作者
TlKey = rs("TlKey") ''''关键词
TlNewsPaingType = rs("TlNewsPaingType") '''新闻分页类型(0-不分页,1-设置标签,)
TlNPsString = rs("TlNPsString") ''''新闻分页开始标记
TlNPoString = rs("TlNPoString") ''''新闻分页结束标记
TlNewsPaingStr = rs("TlNewsPaingStr") ''''新闻分页重定向地址
end Sub
Sub TlRequest
TlID = Request("TlID") '''''项目ID-------------------------项目属性开始
TlName = Request("TlName") '''''''''''''项目名称
TlChannelID = Request("TlChannelID") ''''频道ID
TlChannelDir = Request("TlChannelDir") '''''保存文件目录
TlClassID = Request("TlClassID") ''''所属栏目
TlSpecialID = Request("TlSpecialID") ''''所属专题
TlWebName = Request("TlWebName") ''''网站名称
TlWebUrl = Request("TlWebUrl") ''''网站网址
TlListStr = Request("TlListStr") ''''列表索引页面
TlLsString = Request("TlLsString") ''''列表开始标记
TlLoString = Request("TlLoString") ''''列表结束标记
TlListPaingType = Request("TlLoString")''''列表分页类型(0-不设置,1-设置)
TlListPaing = Request("TlListPaing") ''''索引ID页
TlListPaingID1 = Request("TlListPaingID1") ''''索引范围前导
TlListPaingID2 = Request("TlListPaingID2") ''''索引范围后导
TlHsString = Request("TlHsString") ''''链接开始标记
TlHoString = Request("TlHoString") ''''链接结束标记
Tlnexturl2 = Request("Tlnexturl2") ''''测试正文连接
TlHttpUrlType = Request("TlHttpUrlType") ''''链接处理类型(0不做处理,1-处理)
TlHttpUrlStr = Request("TlHttpUrlStr") ''''链接地址重定向字符
TlStringS1 = Request("TlStringS1") ''''字符串1开始标记
TlStringO1 = Request("TlStringO1") ''''字符串1结束标记
TlStringS2 = Request("TlStringS2") ''''字符串2开始标记
TlStringO2 = Request("TlStringO2") ''''字符串2结束标记
TlStringS3 = Request("TlStringS3") ''''字符串3开始标记
TlStringO3 = Request("TlStringO3") ''''字符串3结束标记
TlStringS4 = Request("TlStringS4") ''''字符串4开始标记
TlStringO4 = Request("TlStringO4") ''''字符串4结束标记
TlStringS5 = Request("TlStringS5") ''''字符串5开始标记
TlStringO5 = Request("TlStringO5") ''''字符串5结束标记
TlDateType = Request("TlDateType") ''''指定时间
TlAuthoRequesttr = Request("TlAuthoRequesttr") ''''指定作者
TlKey = Request("TlKey") ''''关键词
TlNewsPaingType = Request("TlNewsPaingType") '''新闻分页类型(0-不分页,1-设置标签,)
TlNPsString = Request("TlNPsString") ''''新闻分页开始标记
TlNPoString = Request("TlNPoString") ''''新闻分页结束标记
TlNewsPaingStr = Request("TlNewsPaingStr") ''''新闻分页重定向地址
end Sub
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -