性爱视频在线播放-人人射人人射-99热网-极品探花在线|www.kangbangglove.com

ASP生成html的方法

文章詳情

現在已經有很多生成html的新聞系統,但是都是用的模板,本函數實現把asp頁面產生的html代碼保存成為一個html文件,這樣就沒有必要改動原來的頁面就可以輕松完成一個生成html的新聞系統了。下面是山東網站建設專家-山東織夢無憂提供的代碼:

<%
‘當目標頁面的包含文件即#include的頁面里邊存在response.End()的時候本程序有問題
‘注意:本文件一定要放在20041227111723.htm指向的文件的同一目錄下
dim hughchiu_rtcode
Function get_exe_code(20041227111723.htm)
dim execode
dim tmp_str
Dim re,re1,content,fso,f,aspStart,aspEnd
dim ms,m
execode = “”
set fso=CreateObject(“Scripting.FileSystemObject”)
set f=fso.OpenTextFile(server.mappath(20041227111723.htm))
content=f.ReadAll
f.close
set f=nothing
set fso=nothing

set re = new regexp
re.ignorecase = true
re.global = true
re.pattern = “<%@[^%]+%>”
content = re.replace(content,”")

re.global = false
re.pattern = “
do
set ms = re.execute(content)
if ms.count<>0 then
set m = ms(0)
tmp_str = get_exe_code(m.submatches(0))
content = re.replace(content, tmp_str)
else
exit do
end if
loop
set m = nothing
set ms = nothing

re.pattern=”^s*=”
aspEnd=1
aspStart=inStr(aspEnd,content,”<%”)+2

set re1=new RegExp
re1.ignorecase = true
re1.global = false
re1.pattern = “response.Write(.+)”

do while aspStart>aspEnd+1
execode = execode&vbcrlf&” hughchiu_rtcode = hughchiu_rtcode&”"”&replace( replace(Mid(content,aspEnd,aspStart-aspEnd-2),”"”",”"”"”"), vbcrlf, “”"&vbcrlf&”"”)&”"”"&vbcrlf
aspEnd=inStr(aspStart,content,”%>”)+2
tmp_str = Mid(content,aspStart,aspEnd-aspStart-2)

do
set ms = re1.execute(tmp_str)
if ms.count<>0 then
set m = ms(0)
tmp_str = re1.replace(tmp_str, ” hughchiu_rtcode = hughchiu_rtcode&”&m.submatches(0))
else
exit do
end if
loop

set m = nothing
set ms = nothing

execode = execode& re.replace(tmp_str,”hughchiu_rtcode = hughchiu_rtcode&”)

aspStart=inStr(aspEnd,content,”<%”)+2
loop

set re1 = nothing
set re=nothing

execode = execode&vbcrlf&” hughchiu_rtcode = hughchiu_rtcode&”"”&replace( replace(Mid(content,aspEnd), “”"”, “”"”"”), vbcrlf, “”"&vbcrlf&”"” )&”"”"&vbcrlf
get_exe_code = “<%”&execode&”%>”
End Function

function asp2html(20041227111723.htm)
dim code
code = replace( replace( replace( get_exe_code(20041227111723.htm), “hughchiu_rtcode = hughchiu_rtcode&”"”"”&vbcrlf, “” ), “<%”, “” ), “%>”, “” )
‘response.Write(code)
execute(code)
‘response.Write( hughchiu_rtcode )
asp2html = hughchiu_rtcode
end function
%>

使用范例:
  set fso=CreateObject(“Scripting.FileSystemObject”)
  set f=fso.CreateTextFile( server.mappath( “youpage.htm” ), true )
  f.WriteLine( asp2html(“youpage.asp”) )
  f.close
  set f = nothing
  set fso = nothing

 

收藏:0
來源:網站建設網

版權:所有文章為演示數據,版權歸原作者所有,僅提供演示效果!

轉載請注明出處:http://www.kangbangglove.com/wzjs/5636.html

相關推薦
企業網站建設應該重視欄目結構
======================山東織夢無憂 先建設網站后付款===========================網站欄目結構與導航奠定了網站的基本框架,決定了用戶是否可以通過網站方便地獲取信息,也決定了搜索引擎是否可以順利地為網站的每個網頁建立索引...
2024-02-25
79
四代網站建設-營銷型網站建設
網站建設主要經歷了四個階段: 1、文字內容階段:完全手工編輯,技術難度大,制作粗糙。 2、圖文階段:增加了動畫文件,展示上更加形象,但無互動性。 3、互動階段:前臺圖文并茂,后臺數據庫管理,但生成的是動態的網頁,營銷性差。 4、營銷階段:后臺功能強大,模板多樣,生成...
2024-02-25
58
企業網站如何才能發揮作用?
企業網站如何才能發揮作用,山東網站建設工作室織夢無憂專業為您說明一下: 網站是企業信息化建設的重要組成部分,越來越多的企業擁有了自己的企業網站,一方面目的是樹立企業形象,另一方面也希望通過這個網絡平臺帶來更多銷售利益。然而有很多網站因 為無法有很好的排名,從而在網絡...
2024-02-25
71
網站建設光有程序員還遠遠不夠
網站是網絡營銷的一個綜合性工具,通過網站可以達到營銷信息的有效傳播、顧客服務、銷售促進等功能。要通過良好的搜索引擎可見性、良好的用戶體驗實現網站的功能應該怎樣策劃建設網站呢? 今天跟朋友聊天的過程中,朋友說到網站建設交給編程員就可以啦。這種觀點是比較偏激,...
2024-02-25
100
發表評論