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

首頁 > 學院 > 開發設計 > 正文

超長字符的智能分頁-支持HTML 

2019-11-18 20:18:34
字體:
來源:轉載
供稿:網友
大概在九九年做游戲網站的時候,就對文章的發布感到麻煩,不過那會兒玩asp不精。只是將就用著。在遇到長文件 10000 字時網頁就是一大片長了。

去年,做一個通用的文章與新聞管理系統時,曾寫了一段代碼,用來分離。現在貼出來。

要說明的是:

我的文章 錄入界面是基于WEB的HEMLEDITOR,就像這里的ABC代碼差不多。所以實際提交的是HTML格式的文 本。

對HTML做了相應的處理,不會由HTML代碼中切開。

這里另一位兄弟曾發表過一個,原理一樣,不過我沒仔細看過,不知有啥不同。


代碼如下:
--------------------------------------
''Request Form Item
I_Forder = Request.Form ("I_Folder")
I_Topic = Request.Form ("I_Topic")
I_Title = htmlencode(Request.Form ("I_Title"))
I_Body = Request.Form ("body")
I_Source = Request.Form ("I_Source")
I_KeyWord= htmlencode(Request.Form ("I_Keyword"))
I_ISHOT = request.form("ishot")
if i_ishot = "" then i_ishot="N"
i_ispic = request.form("ispic")
if i_ispic = "" then i_ispic ="N"
i_pic = request.form("InsertImage")
i_body = replace(i_body,"contentEditable=true","contentEditable=false")

''Check Input
''......

''Get Pages ,B = Body
B_Len = Len(I_Body)
B_Pages = 1
''T = Temp
T_Loop = true

Do While T_Loop ''這里loop多次,每4000分一頁,算出頁碼并加入庫。
If B_Len > 4000 then
N_Body = Left(I_Body,4000) ''N = New
''If "<P" in N_Body,Else ">" in N_Body
If Instrrev(N_Body,"<P") > 0 and (Len(N_Body) - Instrrev(N_Body,"<P"))< 400 then
N_Body = Left(N_Body,InstrRev(N_Body,"<P")-1)
else if Instrrev(N_Body,"  ") > 0 and (Len(N_Body) - Instrrev(N_Body,"  "))< 400 then
N_Body = Left(N_Body,InstrRev(N_Body,"  ")-1)
Else If Instrrev(N_Body,"。") > 0 and (Len(N_Body) - Instrrev(N_Body,"。"))< 400 then
N_Body = Left(N_Body,InstrRev(N_Body,"。"))
Else If Instrrev(N_Body,";") > 0 and (Len(N_Body) - Instrrev(N_Body,";"))< 400 then
N_Body = Left(N_Body,InstrRev(N_Body,";"))
else if Instrrev(N_Body,",") > 0 and (Len(N_Body) - Instrrev(N_Body,","))< 400 then
N_Body = Left(N_Body,InstrRev(N_Body,","))
else if Instrrev(N_Body,".") > 0 and (Len(N_Body) - Instrrev(N_Body,"."))< 400 then
N_Body = Left(N_Body,InstrRev(N_Body,"."))
end if
end if
End If
End If
end if
End if

N_Len = Len(N_Body)
I_Body = Mid(I_Body,N_Len+1)
B_Len = Len(I_Body)

Else
N_Body = I_Body
T_Loop = false
End If


''Add to database
Exec_PRc_Content_Ins I_Forder,I_Topic,I_Title,I_Source,N_Body,i_ispic,i_pic,i_ishot,I_Keyword,B_Pages

''這里一個function,你可以自己處理,反正結果有兩個,一個是body,一個是b_pages,就是頁碼。


B_Pages = B_Pages + 1

Loop


%>

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建網頁 1</title>
<link rel="stylesheet" type="text/CSS" href="../CSS/default.css">
</head>

<body>

<div align="center">
<center>

<table border=1 width="300" height="128" bordercolor="#000000" cellspacing="0" cellpadding="0" style="border-collapse: collapse"><tr>
<td bgcolor="#DEDBD6" height="31">
錄入成功</td></tr><tr><td height="96">
<p align="center">此文章共分<%=B_Pages-1%>頁
</td></tr></table>


</center>
</div>
<script>
top.main_top.location.reload();
</script>

</body>


上一篇:ASP的錯誤處理集錦

下一篇:輸出控制類

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 玛沁县| 汕头市| 靖宇县| 江安县| 寿宁县| 南城县| 海口市| 疏附县| 咸阳市| 上蔡县| 赣州市| 视频| 秭归县| 大港区| 新余市| 葵青区| 荣成市| 遵义县| 舒城县| 夏津县| 松溪县| 来凤县| 旺苍县| 沐川县| 鸡西市| 承德市| 商洛市| 灵山县| 吴川市| 柘荣县| 福海县| 仙游县| 台北市| 宣恩县| 丹棱县| 广水市| 连城县| 台湾省| 浦北县| 孝义市| 昌黎县|