|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
asp是基于web的一种编程技术,可以说是cgi的一种。它可以完成以往cgi程序的所有功能,如计数器、留言簿、公告板、聊天室等等。`程序表
/暗示为根目次
/default.asp首页程序,象本站的首页
./new/index.asp更多通告
./new/addarticle.asp增加通告
./new/articleconn.asp数据库链接
./new/chklogin.asp办理员考证
./new/login.asp办理员出口
./new/delete.asp删除程序
./new/manage.asp办理页
./new/savearticle.asp保留页
./new/inc/articleCHAR.inc输出处置程序
./CSS/款式表
./images/图片目次
inc/articlechar.inc
<%
functionhtmlencode2(str)
dimresult
diml
ifisNULL(str)then
htmlencode2=""
exitfunction
endif
l=len(str)
result=""
dimi
fori=1tol
selectcasemid(str,i,1)
case"<"
result=result+"<"
case">"
result=result+">"
casechr(13)
result=result+"<br>"
casechr(34)
result=result+"""
case"&"
result=result+"&"
casechr(32)
result=result+""
ifi+1<=landi-1>0then
ifmid(str,i+1,1)=chr(32)ormid(str,i+1,1)=chr(9)ormid(str,i-1,1)=chr(32)ormid(str,i-1,1)=chr(9)then
result=result+""
else
result=result+""
endif
else
result=result+""
endif
casechr(9)
result=result+""
caseelse
result=result+mid(str,i,1)
endselect
next
htmlencode2=result
endfunction
%>
阿喔的口水都干了,不知列位分明了没有!xi...xi...
首页更新源程序可在本站http://asp.on.net.cn/download/下载失掉!
哎!身无分文双飞异,心有零钱一点痛!
阿喔出处:<ASP动感在线>http://asp.on.net.cn/
(完)</p>专业性的服务。有的ASP商提供垂直型的应用服务,针对某一特定行业提供应用服务。 |
|