📄 makeallsoft.asp
字号:
<!--#include file="security.asp"-->
<!--#include file="articleconn.asp" -->
<%
if session("flag")>1 then
response.write "<br><p align=center>您没有操作的权限</p>"
response.end
end if
%>
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>生成HTML</title>
</head>
<body>
<style type=text/css>
body { background:#799AE1; margin:0px; font:9pt 宋体; }
table { border:0px; }
td { font:normal 12px 宋体; }
img { vertical-align:bottom; border:0px; }
a { font:normal 12px 宋体; color:#000000; text-decoration:none; }
a:hover { color:#428EFF;text-decoration:underline; }
.sec_menu { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#D6DFF7; }
.menu_title { }
.menu_title span { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; }
.menu_title2 { }
.menu_title2 span { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; }
</style>
<b><font color="#FF0000" size="3">生成所有电影的Html页面,请等待...........</font></b>
<%set rs=server.createobject("adodb.recordset")
if request("Dtype")="date" then
if request("shu")<>"" then
numshu="top "&request("shu")&""
else
numshu=""
end if
if request("Dday")<>"" then
Ddate=request("Dyear")&"-"&request("Dmonth")&"-"&request("Dday")
sql="select "&numshu&" articleid from learning where dateandtime like '"&Ddate&"%' order by articleid desc"
else
Ddate=""&request("Dyear")&"-"&request("Dmonth")&"-"
sql="select "&numshu&" articleid from learning where dateandtime like '"&Ddate&"%' order by articleid desc"
end if
elseif request("Dtype")="number" then
if request("newshu")>0 then
sql="select top "&request("newshu")&" articleid from learning order by articleid desc"
end if
elseif request("Dtype")="all" then
sql="select articleid from learning order by dateandtime desc"
end if
rs.open sql,conn,1,1
do while not rs.eof
num=rs.recordcount
%>
<iframe SRC="makesoft.asp?id=<%=rs("articleid")%>" WIDTH="100%" HEIGHT="35" MARGINWIDTH="0" MARGINHEIGHT="0" HSPACE="0" VSPACE="0" FRAMEBORDER="0" SCROLLING="no">
</iframe><%
rs.movenext
loop
rs.close
conn.close
set conn=nothing
%> <img src=images/dot_orange.jpg border=0><a href="javascript:history.go(-1)">点 击 返 回-此次共生成 <font color=#ff0000><b><%=num%></b>个页面</font></a>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -