国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

ASP批量生成靜態頁面的寫法(批量生成技巧iframe

2024-05-04 11:08:22
字體:
來源:轉載
供稿:網友
自己快忘的ASP批量生成寫法,需要自己寫asp生成靜態頁面的朋友可以參考下。
 
 
 
復制代碼代碼如下:

<!-- #include file="../conn.asp" --> 
<!-- #include file="../cls_main.asp" --> 
<html> 
<head> 
<meta http-equiv="Content-Language" content="zh-cn"> 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 
<title>生成百度XML</title> 
</head> 
<body> 
<% 
dim sid,eid 
sid=abs(request("sid")) 
if sid=0 then 
sid=0 
else 
sid=cint(request("sid")) 
end if 
eid=cint(request("eid")) 
if eid=0 then 
eid=500 
else 
eid=cint(request("eid")) 
end if 
Dim tt,ResNum 
Set tt = New Cls_Main 
ResNum = CLng(tt.Execute("select max(id) from table")(0)) 
Set Mesky = Nothing 
%> 

<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0"> 
<form method="POST" action="?action=html"> 
<tr> 
<td width="9%">開始ID:</td> 
<td width="35%"><input type="text" name="sid" size="20" value="<%=sid%>"></td> 
<td width="8%">結束ID:</td> 
<td width="23%"><input type="text" name="eid" size="20" value="<%=eid%>">(最大ID:<%=ResNum%>)</td> 
<td width="23%"><input type="submit" value="提交" name="B1"></td> 
</tr> 
</form> 
<% 
if request("action")="html" then 
Response.Write " <tr><td colspan=5>" & vbNewLine 
Response.Write "<br><br>" & vbNewLine 
Response.Write "正在生成 <font color='red'><b>" & eid & ".xml</b></font> 文件…… " & vbNewLine 
Response.Write "<br><br>" & vbNewLine 
Response.Write "  </td></tr><tr><td colspan=5>" & vbNewLine 
Response.Flush 

If (eid-500) > ResNum Then 
Response.Write "恭喜您操作成功!" 
Response.Flush 
else 
creat(sid) 
sid=sid+500 
eid=eid+500 
Response.Write "<meta http-equiv=""refresh"" content=""10;url=?action=html&sid="&sid&"&eid="&eid&""">" 
End If 
end if 

Function creat(id) 
Response.Write "<IFRame name=tt frameborder=0 width=100% height=30 scrolling=no src=http://www.xx.com/cls_create.asp?startid="&sid&"&endid="&eid&"></IFrame>" 
End Function 
%> 
</td></tr> 
</table> 
</body> 
</html> 

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 永清县| 林周县| 射洪县| 津市市| 申扎县| 博客| 宜昌市| 星子县| 南澳县| 德令哈市| 岳阳县| 京山县| 永川市| 祁阳县| 开阳县| 江达县| 阳江市| 北票市| 永仁县| 永安市| 丰顺县| 镇沅| 安远县| 邢台县| 怀宁县| 得荣县| 梁山县| 惠东县| 兰考县| 咸丰县| 平凉市| 获嘉县| 涞源县| 武邑县| 文安县| 孝义市| 中山市| 民乐县| 龙州县| 浏阳市| 南昌市|